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.
1 parent b7cc72b commit 847015eCopy full SHA for 847015e
images/php-fpm/Dockerfile
@@ -54,8 +54,7 @@ RUN addgroup -g $GROUP_ID -S dockeruser
54
55
RUN adduser -S -G dockeruser -u $USER_ID -s /bin/ash dockeruser
56
57
-RUN chown dockeruser /usr/local/etc/php/php.ini
58
-RUN chmod 0777 /usr/local/etc/php
+RUN chown -R dockeruser: /usr/local/etc/php
59
60
USER dockeruser
61
0 commit comments