#!/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