Skip to content

Commit

Permalink
chore: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Apr 1, 2024
1 parent 0588f5a commit 1b223b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ RUN mkdir /var/run/php-fpm && chown -R www-data:www-data /var/run/php-fpm
RUN sed -i 's/listen = /;listen = /' /usr/local/etc/php-fpm.d/www.conf
RUN sed -i 's/listen = 9000/listen = \/var\/run\/php-fpm\/php-fpm.sock/' /usr/local/etc/php-fpm.d/zz-docker.conf

RUN mkdir -p ./var/log ./var/cache && chown -R www-data:www-data ./var

# Cleanup (only useful when using --squash)
RUN docker-php-source delete && \
rm -rf /var/www/davis/docker
Expand Down

0 comments on commit 1b223b2

Please sign in to comment.