docker: use entrypoint instead of cmd

This commit is contained in:
Adrien Marquès 2020-03-09 19:16:27 +01:00
parent 7c3cfe4aa0
commit fd0a920533
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ WORKDIR /app/
USER appuser:appuser
EXPOSE 4242/tcp
CMD ["/app/binary"]
ENTRYPOINT ["/app/binary"]