edited docker file

This commit is contained in:
2026-06-04 18:37:17 +02:00
parent b8b01f4890
commit 1af79461b1
+1 -1
View File
@@ -13,7 +13,7 @@ FROM nginx:alpine AS runner
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY --from=builder /app/dist . COPY --from=builder /app/dist .
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/templates/default.conf.template
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]