diff --git a/Dockerfile b/Dockerfile index cc36370..68754d0 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 ["/app/bin/server"] +CMD ["sh", "-c", "/app/bin/migrate && /app/bin/server"]