From f50642a2252395a712b02de2d6c7fc9cb337afb3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 10:59:32 +0000 Subject: [PATCH] Create railway.json configuration cgen-ab7071b2b1854e70ace52308a46fbbec --- railway.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 railway.json diff --git a/railway.json b/railway.json new file mode 100644 index 00000000..334a4171 --- /dev/null +++ b/railway.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://railway.app/railway.schema.json", + "build": { + "builder": "dockerfile" + }, + "deploy": { + "numReplicas": 1, + "startCommand": "npm start", + "restartPolicyMaxRetries": 5 + }, + "environmentVariables": { + "NODE_ENV": "production" + } +}