{ "$schema": "https://railway.com/railway.schema.json", "build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile" }, "deploy": { "startCommand": "node dist/index.js --http", "healthcheckPath": "/healthz", "healthcheckTimeout": 30, "restartPolicyType": "ON_FAILURE" } }