Skip to content

Commit

Permalink
use an ENTRYPOINT instead of a CMD for published docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang committed Apr 19, 2019
1 parent 1e33b9e commit 4311127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/docker/Release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ RUN set -eux && \
rm -rf /root/.gnupg

USER ${NAME}
CMD /bin/${NAME}
ENTRYPOINT /bin/${NAME}

0 comments on commit 4311127

Please sign in to comment.