Skip to content

Commit

Permalink
Inband Docker will run alloy-inband by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Jul 22, 2024
1 parent b35b8e7 commit 3cd5b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.inband
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM $IRONLIB_IMAGE
COPY alloy /usr/sbin/alloy
RUN chmod +x /usr/sbin/alloy

ENTRYPOINT ["/bin/bash", "-l", "-c"]
ENTRYPOINT ["/bin/bash", "-l", "-c", "alloy", "inband"]

0 comments on commit 3cd5b58

Please sign in to comment.