Skip to content

Commit

Permalink
Merge pull request #165 from shyim/shyim-patch-1
Browse files Browse the repository at this point in the history
fix permission of /var/www/html
  • Loading branch information
shyim authored May 31, 2024
2 parents 6bac315 + 36f3093 commit 9099248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apk add --no-cache \
php-${PHP_VERSION}-fpm
adduser -u 82 www-data -D
mkdir -p /var/www/html
chown www-data:www-data /var/www/html
EOF

WORKDIR /var/www/html
Expand Down

0 comments on commit 9099248

Please sign in to comment.