Skip to content

Commit

Permalink
Append rather than set PATH in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
albertnis committed Apr 27, 2020
1 parent 562b7e5 commit daf0f00
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 @@ -23,6 +23,6 @@ COPY --from=build /project/bin/mqcontrol /mqcontrol
FROM --platform=$TARGETPLATFORM $TARGETIMAGE AS runtime
COPY --from=build /project/bin/mqcontrol /bin

ENV PATH "/bin"
ENV PATH="/bin:${PATH}"

ENTRYPOINT ["mqcontrol"]

0 comments on commit daf0f00

Please sign in to comment.