Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 273 Bytes

In a folder with the .env file run:

docker build -t dsp-reports .
docker run --env-file .env -v ./:/app/output dsp-reports

Required environment settings for the .env file

MONGO_USERNAME=
MONGO_PASSWORD=
MONGO_HOST=
MONGO_DATABASE=
MONGO_PROTOCOL=