bug fix nginx config

This commit is contained in:
2026-05-06 19:21:34 +02:00
parent 6e47324b98
commit 9ef863a34c
+1 -1
View File
@@ -15,7 +15,7 @@ FROM nginx:alpine
COPY --from=builder /app/dist /usr/share/nginx/html COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80 EXPOSE 80