Skip to content

Commit

Permalink
Dockerfile: run task.sh as entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Jul 25, 2024
1 parent b35b8e7 commit 86260ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.inband
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ FROM $IRONLIB_IMAGE

COPY alloy /usr/sbin/alloy
RUN chmod +x /usr/sbin/alloy
COPY task.sh task.sh
RUN chmod +x ./task.sh

ENTRYPOINT ["/bin/bash", "-l", "-c"]
ENTRYPOINT ["./task.sh"]

0 comments on commit 86260ec

Please sign in to comment.