We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160ea8a commit 3a035beCopy full SHA for 3a035be
Dockerfile
@@ -139,6 +139,9 @@ RUN sed -i -e 's#access.log = /proc/self/fd/2#access.log = /proc/self/fd/1#g' /
139
COPY resources/etc/ /etc/
140
COPY resources/php-fpm.d/ /usr/local/etc/php-fpm.d/
141
142
+# Remove default nginx config
143
+RUN rm -rf /etc/nginx/conf.d/default.conf
144
+
145
ENV PORT 80
146
147
COPY resources/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
0 commit comments