Update Dockerfile

This commit is contained in:
2026-06-11 15:50:10 +00:00
parent 9dfcea815e
commit 6f5f3d50d3

View File

@@ -13,7 +13,7 @@ COPY build/ .
# 3. Copy your custom Nginx configuration (which you already have in your log)
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]