diff --git a/Dockerfile b/Dockerfile
index b3c9baec578099e63acfa53f4d2ecf6042283974..95b75c827ce15b2901ee133641bad6ff8b3842ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,6 +76,6 @@ RUN npm run generate
 ### STAGE: NGINX ###
 FROM nginxinc/nginx-unprivileged:1.25
 # RUN rm -rf /usr/share/nginx/html/*
-COPY nginx.conf /etc/nginx/conf.d/default.conf
+# COPY nginx.conf /etc/nginx/conf.d/default.conf
 COPY --from=generate /usr/src/app/.output/public /etc/nginx/html
 CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file