Skip to content

Commit cb29fc5

Browse files
committed
Update Dockerfile
1 parent 553a566 commit cb29fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN mkdir -p /var/log/nginx && \
8282
# Copy Nginx configuration
8383
# We will create these files next: nginx.conf and supervisord.conf
8484
COPY nginx-prod.conf /etc/nginx/nginx.conf
85-
COPY laravel-site.conf /etc/nginx/http.d/default.conf
85+
# COPY laravel-site.conf /etc/nginx/http.d/default.conf
8686

8787
# Copy Supervisor configuration
8888
COPY supervisord.conf /etc/supervisord.conf

0 commit comments

Comments
 (0)