@cryptotaxi247 / CoPilot / commits / cd5cefe1

Comment out default Nginx configuration copy in Dockerfile

taylorwalton committed Nov 30, 2025 at 10:15 UTC cd5cefe1d39ba0da40a24f70546e15c3b9757c02
1 file changed +1 -1
customer_portal/Dockerfile
+1 -1
@@ -54,7 +54,7 @@ RUN chmod +x /docker-entrypoint.d/90-copilot-ssl.sh
54
55 # Setup template
56 RUN mkdir /etc/nginx/templates
57 -COPY build/etc/nginx/sites-enabled/default.conf /etc/nginx/templates/default.conf.template
57 +#COPY build/etc/nginx/sites-enabled/default.conf /etc/nginx/templates/default.conf.template
58
59 # Copy built static files from the builder stage
60 COPY --from=builder /app/dist /var/www/copilot