diff --git a/Dockerfile b/Dockerfile index 68754d0..cc36370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,4 +96,4 @@ USER nobody # above and adding an entrypoint. See https://github.com/krallin/tini for details # ENTRYPOINT ["/tini", "--"] -CMD ["sh", "-c", "/app/bin/migrate && /app/bin/server"] +CMD ["/app/bin/server"]