FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d2cd7091 authored by L. Bower's avatar L. Bower
Browse files

making the DOckerfile a template, people using it should make a copy and...

making the DOckerfile a template, people using it should make a copy and override the UID and GID variables for their machine
parent 80665ba3
No related branches found
No related tags found
No related merge requests found
cp ../../conda/conda-env-py3EWS-withbuilds.yml .;
sudo docker build -t ews_coordinator .;
sudo docker build -t ews_coordinator -f Dockerfile;
rm -v conda-env-py3EWS-withbuilds.yml;
sudo docker run -it -v "<install_location>/code:/storage/app/EWS_prod/code" -v "<install_location>/regions:/storage/app/EWS_prod/regions" -v "<install_location>/envs/credentials:/storage/app/EWS_prod/envs/credentials" -w "/storage/app/EWS_prod/code" lb584/ews_coordinator
sudo docker run -it -v "<install_location>/code:/storage/app/EWS_prod/code" -v "<install_location>/regions:/storage/app/EWS_prod/regions" -v "<install_location>/envs/credentials:/storage/app/EWS_prod/envs/credentials" -w "/storage/app/EWS_prod/code" ews_coordinator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment