run_docker.sh
is a script to launch the image of this microservice and all the dependencies on Docker.
You can use local
, dev
, uat
or prod
images
Precondition: az login
sh ./run_docker.sh <local|dev|uat|prod>
ℹ️ Note: for PagoPa ACR is required the login az acr login -n <acr-name>
ℹ️ Note: If you run the script without the parameter, local
is used as default.