From 1af79461b14e1a9a5b3e9fda351279f6919c89c2 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Thu, 4 Jun 2026 18:37:17 +0200 Subject: [PATCH] edited docker file --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 3611744..4c4edf5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -13,7 +13,7 @@ FROM nginx:alpine AS runner WORKDIR /usr/share/nginx/html 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 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file