mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
chore: fix Dockerfile to run migrations too
This commit is contained in:
parent
bc59d87578
commit
13ec27f562
1 changed files with 1 additions and 1 deletions
|
|
@ -98,4 +98,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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue