From cb29fc59abcbf94c083719bb34680f793a5875c6 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Sun, 18 May 2025 22:37:45 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8da14251..807d73fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ RUN mkdir -p /var/log/nginx && \ # Copy Nginx configuration # We will create these files next: nginx.conf and supervisord.conf COPY nginx-prod.conf /etc/nginx/nginx.conf -COPY laravel-site.conf /etc/nginx/http.d/default.conf +# COPY laravel-site.conf /etc/nginx/http.d/default.conf # Copy Supervisor configuration COPY supervisord.conf /etc/supervisord.conf