From 31765eb04fb127459d4d10785518fcfc1884d92b Mon Sep 17 00:00:00 2001 From: Peter Nemere Date: Fri, 1 Nov 2024 18:21:33 +1000 Subject: [PATCH] Make BGT executable in docker container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e50d560..af702cb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ COPY beam-tool/Geometry_PIXL_EM_Landing_25Jan2021.csv ./ #RUN ls -al RUN chmod +x ./pixlise-api-linux && wget https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -O global-bundle.pem +RUN chmod +x ./BGT # Expose port 8080 to the outside world EXPOSE 8080