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