Tabella dei contenuti
Come eseguire PnValidator
Per eseguire il validator tramite Docker:
- Scarica l'immagine più recente con il seguente comando:
1docker pull ghcr.io/pagopa/pn-local-emulator:latest
2
- Fai partire il container
1docker run -p 3000:3000 ghcr.io/pagopa/pn-local-emulator:latest
2
Per verificare il corretto funzionamento prova ad invocare l'endpoint che restituisce il report:
1# the port and the hostname depend on how you started the PnValidator system
2curl --location --request GET 'http://localhost:3000/checklistresult'
3
In questa pagina
Esecuzione come container Docker