Set the working directory in this folder called ‘aiolos’ Make sure you have DOCKER DESKTOP open.
docker build . --tag=aiolos_docker_image
If you want your output to go to MongoDB platform you should run the following (ENV=dev):
docker run --name aiolos_docker_container --rm --env ENV=dev --env MongoDBUsername="QuintenPipelineUser" --env MongoDBPassword="PDb6uqwogle8sYFL" --env CGM_PASSWORD="cmxJwnSmzPnQa55" aiolos_docker_image
If you want your output to go to Impact Healtcare SFTP server you should run the following (ENV=communication_dashboard):
docker run --name aiolos_docker_container --rm --env ENV=communication_dashboard --env CGM_PASSWORD="cmxJwnSmzPnQa55" --env CD_PASSWORD="9He:dX@^M747ey" aiolos_docker_image