Skip to content

Commit 08c2387

Browse files
authored
Merge pull request #612 from dbarzin/dev
fix foldername
2 parents 427ecf9 + 07ddf6d commit 08c2387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ done
1313
echo "MySQL is ready."
1414

1515
# 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
16+
chown -R www-data:www-data /var/www/deming/storage /var/www/deming/bootstrap/cache
17+
chmod -R 775 /var/www/deming/storage /var/www/deming/bootstrap/cache
1818

1919
# APP_KEY — générer seulement si absent
2020
grep -q '^APP_KEY=base64:' .env || php artisan key:generate --no-interaction

0 commit comments

Comments
 (0)