Update Dockerfile

This commit is contained in:
Dome
2025-03-28 13:45:30 +01:00
committed by GitHub
parent 3fa1ad7269
commit f04e9484e7
+1 -1
View File
@@ -10,7 +10,7 @@ FROM nginx:alpine
COPY --from=build /app/build /usr/share/nginx/html COPY --from=build /app/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
# Expose port 80 # Expose port 80 and 443
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443