diff options
Diffstat (limited to 'http.Dockerfile')
| -rw-r--r-- | http.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http.Dockerfile b/http.Dockerfile index 3ff404f..9024461 100644 --- a/http.Dockerfile +++ b/http.Dockerfile @@ -7,6 +7,6 @@ COPY http/php-fpm.conf /etc/php85/php-fpm.d/joeac.net-http_pool.conf COPY http/nginx.conf /etc/nginx/nginx.conf CMD mkdir -p "$(dirname "$DB_PATH")" \ && touch $DB_PATH \ - && chmod -R o+w "$(dirname "$DB_PATH")" \ + && chmod -R g+rw "$(dirname "$DB_PATH")" \ && php-fpm85 \ && nginx -g "daemon off;" |
