Skip to content

Commit

Permalink
Merge pull request #334 from pixlise/feature/em-import
Browse files Browse the repository at this point in the history
Make BGT executable in docker container
  • Loading branch information
pnemere authored Nov 1, 2024
2 parents 9406077 + 31765eb commit 8294e63
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 8294e63

Please sign in to comment.