Skip to content

Commit

Permalink
Make entrypoint path absolute for apptainer compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
willdrysdale committed Aug 13, 2024
1 parent 16e2340 commit 6c325de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN /atchem/docker/install.sh
LABEL org.opencontainers.image.source=https://github.com/wacl-york/AtChem2

# set entrypoint as the script that runs on `docker run`
ENTRYPOINT [ "atchem/docker/entrypoint.sh" ]
ENTRYPOINT [ "/atchem/docker/entrypoint.sh" ]

0 comments on commit 6c325de

Please sign in to comment.