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.
chown
1 parent f83e434 commit fe6c893Copy full SHA for fe6c893
Dockerfile
@@ -36,7 +36,7 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
36
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
37
38
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
39
-RUN chown -R nobody.nobody /var/www/html /run /var/lib/nginx /var/log/nginx
+RUN chown -R nobody:nobody /var/www/html /run /var/lib/nginx /var/log/nginx
40
41
# Switch to use a non-root user from here on
42
USER nobody
0 commit comments