Skip to content

Commit

Permalink
Copy the defaut config into the container
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Sep 24, 2023
1 parent 38d5fff commit 49ec59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN sed -i '/access_log/d' /etc/nginx/nginx.conf
COPY nginx-host.conf /opt/docker/etc/nginx/vhost.common.d/20-nginx-host.conf
COPY nginx-logs.conf /opt/docker/etc/nginx/conf.d/5-logs.conf
COPY nginx-vhost.conf /opt/docker/etc/nginx/vhost.conf
COPY config.php /var/www/html/config/conf.php

USER application
WORKDIR $WEB_DOCUMENT_ROOT
Expand Down

0 comments on commit 49ec59b

Please sign in to comment.