diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-22 12:41:33 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-22 12:41:33 -0600 |
commit | 13f29496d6d9810ec76902b75e3988579f3344be (patch) | |
tree | 6e63d305f3ce9ec57614619365bcf6cdb6421cab | |
parent | 81600f9b84ad5a861c1570da530bb06508123124 (diff) | |
download | aggiedit-13f29496d6d9810ec76902b75e3988579f3344be.tar.gz aggiedit-13f29496d6d9810ec76902b75e3988579f3344be.zip |
Migrate before starting server
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,4 +86,4 @@ COPY --from=builder --chown=nobody:root /app/_build/prod/rel/aggiedit ./ USER nobody -CMD ["/app/bin/server"] +CMD /app/bin/migrate && /app/bin/server |