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 6ae3095 commit 41c5fafCopy full SHA for 41c5faf
Dockerfile
@@ -79,7 +79,7 @@ RUN find /etc/service/ -name "run" -exec chmod -v +x {} \;
79
80
# copy nginx config files
81
COPY ./etc/nginx/conf.d/ /etc/nginx/conf.d/
82
-COPY ./etc/nginx/ngsinx.conf /etc/nginx/nginx.conf
+COPY ./etc/nginx/nginx.conf /etc/nginx/nginx.conf
83
84
# copy php config files
85
COPY ./usr/local/etc/php/ /usr/local/etc/php/
0 commit comments