phpvms/railpack.json
2026-05-27 23:24:49 -05:00

7 lines
182 B
JSON

{
"$schema": "https://schema.railpack.com",
"deploy": {
"startCommand": "php artisan octane:start --server=frankenphp --host=0.0.0.0 --port=${FORWARD_HTTP_PORT:-8080}"
}
}