From eb907b3175f8038e27b97fa083ba10daacd42def Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Tue, 16 May 2023 12:57:34 -0300 Subject: [PATCH] fix(railway.json): correct typo in startCommand, pyhton -> python --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index c57b944..20a9d9d 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,7 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "pyhton -m langflow --host 0.0.0.0 --port $PORT", + "startCommand": "python -m langflow --host 0.0.0.0 --port $PORT", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }