Files
projects/Dockers/laravel-fpm/entrypoint.sh
T

9 lines
149 B
Bash

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