diff --git a/configs/docker/build/build.sh b/configs/docker/build/build.sh
index 829f1efa9ac557c3fe6fc6d3c64eb12b68c20ffc..168a52ace4e624c1f4274e1cf47416c00b0082f7 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;