Skip to content

Commit fe6c893

Browse files
committed
Fix typo in chown command in Dockerfile
1 parent f83e434 commit fe6c893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
3636
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
3737

3838
# 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
39+
RUN chown -R nobody:nobody /var/www/html /run /var/lib/nginx /var/log/nginx
4040

4141
# Switch to use a non-root user from here on
4242
USER nobody

0 commit comments

Comments
 (0)