From cf0d92e1490be96888f380c181155a40a0db3712 Mon Sep 17 00:00:00 2001 From: gugulethu Date: Sat, 21 Jun 2025 21:15:22 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c14869..a553111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ FROM nginx:latest COPY --from=builder /app/site /usr/share/nginx/html # Copy custom Nginx configuration file (if needed) -COPY nginx.conf /etc/nginx/conf.d/default.conf +# COPY nginx.conf /etc/nginx/conf.d/default.conf # Expose port 80 EXPOSE 80