Skip to content

Commit

Permalink
Make BGT executable in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Nemere committed Nov 1, 2024
1 parent fc7b719 commit 31765eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31765eb

Please sign in to comment.