Skip to content

Commit 214abfa

Browse files
committed
[refactor] Update Dockerfile to run nginx in the foreground
1 parent 1df654e commit 214abfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN apk add --no-cache nginx
1212

1313
EXPOSE 80
1414

15-
CMD [ "cd /app && pnpm run build && nginx -g 'daemon off;'" ]
15+
CMD [ "cd /app && pnpm run build && nginx" ]

0 commit comments

Comments
 (0)