chore: Update Dockerfile to include PHP 8.2 and necessary extensions

This commit is contained in:
2024-07-27 19:19:13 +02:00
parent 8622a71053
commit 3eb67753f3
2 changed files with 40 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
# Ensure permissions for www-data user
chown -R www-data:www-data /var/www/app
chmod -R 775 /var/www/app/storage
# Start PHP-FPM
php-fpm