Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# Entrypoint StreakFit API (FrankenPHP/Octane) : prépare l'app puis lance le serveur.
|
||||
set -e
|
||||
|
||||
php artisan config:cache
|
||||
php artisan migrate --force || true
|
||||
php artisan storage:link || true
|
||||
php artisan filament:optimize || true
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user