changed nginx config

This commit is contained in:
2026-05-06 19:12:24 +02:00
parent 337bdb1a1d
commit 6d475513fe
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ FROM nginx:alpine
COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx.config /etc/nginx/nginx.config
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]