We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe47ae9 commit 07ddf6dCopy full SHA for 07ddf6d
docker/entrypoint.sh
@@ -13,8 +13,8 @@ done
13
echo "MySQL is ready."
14
15
# Permissions — toujours en root (avant le USER switch)
16
-chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache
17
-chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache
+chown -R www-data:www-data /var/www/deming/storage /var/www/deming/bootstrap/cache
+chmod -R 775 /var/www/deming/storage /var/www/deming/bootstrap/cache
18
19
# APP_KEY — générer seulement si absent
20
grep -q '^APP_KEY=base64:' .env || php artisan key:generate --no-interaction
0 commit comments