From 55d6d4588e69a9c026029ff2d04c295c9932f07d Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 29 Sep 2023 11:38:41 +0100 Subject: [PATCH] adding helper script for lawrence --- configs/docker/build/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/docker/build/build.sh b/configs/docker/build/build.sh index 829f1ef..168a52a 100644 --- a/configs/docker/build/build.sh +++ b/configs/docker/build/build.sh @@ -5,5 +5,7 @@ cp ../../conda/conda-env-py3EWS-withbuilds.yml .; # --build-arg UID=1001 --build-arg GID=1001 -f Dockerfile . # the docker container will run commands using this user and group, and will have access to the relevant filesystems # that are mounted. If the default command is run, the user credentials are set to be those of the Cam group server + +##tjhis is a comment that is in the new lb584 branch sudo docker build -t ews_coordinator -f Dockerfile .; rm -v conda-env-py3EWS-withbuilds.yml; -- GitLab