We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df654e commit 214abfaCopy full SHA for 214abfa
Dockerfile
@@ -12,4 +12,4 @@ RUN apk add --no-cache nginx
12
13
EXPOSE 80
14
15
-CMD [ "cd /app && pnpm run build && nginx -g 'daemon off;'" ]
+CMD [ "cd /app && pnpm run build && nginx" ]
0 commit comments