diff --git a/Dockerfile b/Dockerfile index adf24cd..f673cbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . . EXPOSE 4000 # 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 \ No newline at end of file +CMD npx mikro-orm-esm migration:up && npm run start \ No newline at end of file