Skip to content

Commit

Permalink
fix(railway.json): correct typo in startCommand, pyhton -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed May 16, 2023
1 parent 4d76c49 commit eb907b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit eb907b3

Please sign in to comment.