Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /