chore: add storage:link to nixpacks build phase for Railway deployment

This commit is contained in:
babelbes0487 2026-07-20 21:47:59 +07:00
parent 65f070ecaf
commit 528d5b289c
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ cmds = [
"npm run build",
"php artisan config:cache",
"php artisan route:cache",
"php artisan view:cache"
"php artisan view:cache",
"php artisan storage:link"
]
[start]