7 lines
182 B
JSON
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}"
|
|
}
|
|
}
|