Run with Docker
Run the container
Run the container with docker run:
docker run -d \
--restart always \
--env-file <PATH_TO_ENV_FILE> \
--mount type=bind,source=<LOCAL_WORKDIR>,target=/workdir \
--mount type=bind,source=<LOCAL_KEYSTORE_PATH>,target=/app/certs.jks \
ghcr.io/pagopa/rtd-ms-transaction-filter:latest
Last updated