From 0cebf49f23959caee03793765e43d5c68bf925d1 Mon Sep 17 00:00:00 2001 From: "railway-app[bot]" <68434857+railway-app[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:03:21 +0000 Subject: [PATCH] fix: remove startCommand and nixpacks builder from railway.toml --- railway.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/railway.toml b/railway.toml index 48aa4f9..da49373 100644 --- a/railway.toml +++ b/railway.toml @@ -1,8 +1,4 @@ -[build] -builder = "nixpacks" - [deploy] -startCommand = "gunicorn --chdir CSTRChemIA main:server --bind 0.0.0.0:$PORT --workers 1 --timeout 120" healthcheckPath = "/" healthcheckTimeout = 60 restartPolicyType = "on_failure"