diff --git a/nixpacks.toml b/nixpacks.toml index 90da1985..95b52094 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -6,4 +6,4 @@ cmds = [ ] [start] -cmd = "php artisan serve --host=0.0.0.0 --port=80" +cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php artisan serve --host=0.0.0.0 --port=80"