Skip to content

Commit 1d70907

Browse files
cleanup example
1 parent 33d2843 commit 1d70907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/craftcms/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER root
55

66
# copy the files from the host to the container that we need
77
COPY etc/nginx/nginx.conf /etc/nginx/nginx.conf
8-
#COPY etc/supervisord.d/nginx.ini /etc/supervisord.d/nginx.ini
8+
COPY etc/supervisord.d/nginx.ini /etc/supervisord.d/nginx.ini
99

1010
# set the sockets and pid files to be writable by the appuser
1111
RUN mkdir -p /var/log/nginx && chown -R appuser:appgroup /var/log/nginx

0 commit comments

Comments
 (0)