Skip to content

Commit e5c5ec7

Browse files
EverhardTrafeX
authored andcommitted
Fix chown command to use colon for user and group separation
1 parent ff7ef50 commit e5c5ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY config/php.ini ${PHP_INI_DIR}/conf.d/custom.ini
4343
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4444

4545
# 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
46+
RUN chown -R nobody:nobody /var/www/html /run /var/lib/nginx /var/log/nginx
4747

4848
# Switch to use a non-root user from here on
4949
USER nobody

0 commit comments

Comments
 (0)