We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d2843 commit 1d70907Copy full SHA for 1d70907
examples/craftcms/Dockerfile
@@ -5,7 +5,7 @@ USER root
5
6
# copy the files from the host to the container that we need
7
COPY etc/nginx/nginx.conf /etc/nginx/nginx.conf
8
-#COPY etc/supervisord.d/nginx.ini /etc/supervisord.d/nginx.ini
+COPY etc/supervisord.d/nginx.ini /etc/supervisord.d/nginx.ini
9
10
# set the sockets and pid files to be writable by the appuser
11
RUN mkdir -p /var/log/nginx && chown -R appuser:appgroup /var/log/nginx
0 commit comments