We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7ef50 commit e5c5ec7Copy full SHA for e5c5ec7
Dockerfile
@@ -43,7 +43,7 @@ COPY config/php.ini ${PHP_INI_DIR}/conf.d/custom.ini
43
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
44
45
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
46
-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
47
48
# Switch to use a non-root user from here on
49
USER nobody
0 commit comments