prevent startup if migrating not possible
This commit is contained in:
parent
f66fdc34f1
commit
24d34597ff
3 changed files with 3 additions and 3 deletions
|
@ -35,4 +35,4 @@ COPY --from=install /temp/prod/node_modules node_modules
|
|||
COPY --from=prerelease /app/ .
|
||||
|
||||
# run the app
|
||||
ENTRYPOINT [ "bun", "run", "start" ]
|
||||
ENTRYPOINT [ "bun", "start" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue