Skip to content

Commit 2a06f15

Browse files
authored
Merge pull request #1217 from w3bdesign/dev
Update Dockerfile
2 parents 453ea75 + cb29fc5 commit 2a06f15

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)