From 9ef863a34c8f8131368b0e156a56cf72f26816dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Wed, 6 May 2026 19:21:34 +0200 Subject: [PATCH] bug fix nginx config --- website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index f051a41..6b81e92 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -15,7 +15,7 @@ FROM nginx:alpine 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