diff --git a/Dockerfile b/Dockerfile index 351036c..0b509c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,4 +53,4 @@ WORKDIR /app/ USER appuser:appuser EXPOSE 4242/tcp -CMD ["/app/binary"] \ No newline at end of file +ENTRYPOINT ["/app/binary"] \ No newline at end of file