chore: add storage:link to nixpacks build phase for Railway deployment
This commit is contained in:
parent
65f070ecaf
commit
528d5b289c
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue