diff --git a/Dockerfile b/Dockerfile index 076cc58d..0a181118 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ VOLUME /app EXPOSE 8080 -ENTRYPOINT statup \ No newline at end of file +CMD ["/go/bin/statup"] \ No newline at end of file