We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 427ecf9 + 07ddf6d commit 08c2387Copy full SHA for 08c2387
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