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