fix(DOCKERFILE): missing backslash in run cmd
This commit is contained in:
parent
c08d3f1c37
commit
4901116443
@ -54,7 +54,7 @@ RUN chown -R www-docker:www-docker /usr/share/nginx \
|
||||
&& find /usr/share/nginx -type f -exec chmod 644 {} \; \
|
||||
&& chown -R www-docker:www-docker /etc/nginx \
|
||||
&& find /etc/nginx -type d -exec chmod 750 {} \; \
|
||||
&& find /etc/nginx -type f -exec chmod 640 {} \;
|
||||
&& find /etc/nginx -type f -exec chmod 640 {} \; \
|
||||
&& chown www-docker:www-docker /var/cache/nginx \
|
||||
&& chown www-docker:www-docker /var/log/nginx
|
||||
USER www-docker
|
||||
|
Loading…
Reference in New Issue
Block a user