We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227ee0b commit 6959c28Copy full SHA for 6959c28
Dockerfile
@@ -49,4 +49,4 @@ RUN CI=true pnpm run build
49
EXPOSE 3000
50
51
# Start the application
52
-ENTRYPOINT "pnpm start"
+ENTRYPOINT ["pnpm", "start"]
0 commit comments