forked from noxious/server
Updated Dockerfile
This commit is contained in:
parent
e1f9f8e523
commit
11f177c901
@ -15,4 +15,4 @@ COPY . .
|
|||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
# Modify CMD to use tmux
|
# Modify CMD to use tmux
|
||||||
CMD tmux new-session -d -s app 'npx mikro-orm-esm migration:up && npm run start' \; attach-session -t app
|
CMD npx mikro-orm-esm migration:up && npm run start
|
Loading…
x
Reference in New Issue
Block a user