Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cowpod committed Nov 10, 2024
1 parent 035c70b commit 1cadd3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ run apt update
run apt install libzip-dev -y
run docker-php-ext-install zip
run docker-php-ext-install pdo
run docker-php-ext-install pdo_mysql

# chown on add, and even RUN chown doesn't work
cmd sh -c 'chown -R www-data:www-data /var/www/html; apache2-foreground'

0 comments on commit 1cadd3e

Please sign in to comment.