Skip to content

Commit

Permalink
Changed Dockerfile to use binary instead of script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Jul 23, 2024
1 parent 2c472f5 commit 0bf5507
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 @@ -10,6 +10,6 @@ COPY magellan /magellan
COPY /bin/magellan.sh /magellan.sh


CMD [ "/magellan.sh" ]
CMD [ "/magellan" ]

ENTRYPOINT [ "/sbin/tini", "--" ]

0 comments on commit 0bf5507

Please sign in to comment.