docker pull ghcr.io/pagopa/pn-local-emulator:latest
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'