diff --git a/railway.json b/railway.json deleted file mode 100644 index 1188f2743..000000000 --- a/railway.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://railway.app/railway.schema.json", - "build": { - "builder": "DOCKERFILE", - "dockerfilePath": "Dockerfile" - }, - "deploy": { - "startCommand": null, - "restartPolicyType": "ON_FAILURE", - "restartPolicyMaxRetries": 10 - } -}