diff --git a/core/Dockerfile b/core/Dockerfile index 0b69aae6..8255d19b 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -94,4 +94,5 @@ USER nobody # above and adding an entrypoint. See https://github.com/krallin/tini for details # ENTRYPOINT ["/tini", "--"] -CMD ["/app/bin/server"] +# CMD ["/app/bin/server"] +CMD /app/bin/migrate && /app/bin/server