chore: Update Dockerfile to include PHP 8.2 and necessary extensions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user