Skip to content

Commit 3a035be

Browse files
committed
fix: remove default nginx config
1 parent 160ea8a commit 3a035be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ RUN sed -i -e 's#access.log = /proc/self/fd/2#access.log = /proc/self/fd/1#g' /
139139
COPY resources/etc/ /etc/
140140
COPY resources/php-fpm.d/ /usr/local/etc/php-fpm.d/
141141

142+
# Remove default nginx config
143+
RUN rm -rf /etc/nginx/conf.d/default.conf
144+
142145
ENV PORT 80
143146

144147
COPY resources/docker-entrypoint.sh /usr/local/bin/docker-entrypoint

0 commit comments

Comments
 (0)