bug fix nginx config

This commit is contained in:
2026-05-06 19:20:03 +02:00
parent 3d3437e0c6
commit 6e47324b98
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ FROM nginx:alpine
COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx.config /etc/nginx/nginx.config
COPY ./nginx.conf /etc/nginx/nginx.conf
EXPOSE 80