Skip to content

Commit

Permalink
fix: nginx (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanphm authored Jan 12, 2025
1 parent f12adb6 commit 418d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ COPY --from=build /repo/apps/web/dist /usr/share/nginx/html
COPY --from=build /repo/apps/web/nginx.conf /etc/nginx/nginx.conf

EXPOSE 8080
CMD ["nginx", "-g", "daemon off"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 418d0e0

Please sign in to comment.