diff --git a/nixpacks.toml b/nixpacks.toml index 71539f7..75ff774 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -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]