diff --git a/Dockerfile b/Dockerfile index b05be65a2..e2484e5ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,4 +46,4 @@ COPY --from=builder $SERVER_DIR/go.sum $SERVER_DIR/ VOLUME ["$SERVER_DIR/config", "$SERVER_DIR/_output/logs"] # Set the command to run when the container starts -ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"] +ENTRYPOINT ["sh", "-c", "mage start"]