6 lines
212 B
JSON
6 lines
212 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile" },
|
|
"deploy": { "healthcheckPath": "/health", "restartPolicyType": "ON_FAILURE" }
|
|
}
|