diff --git a/railway.toml b/railway.toml index 40a5860..bccf055 100644 --- a/railway.toml +++ b/railway.toml @@ -4,9 +4,3 @@ buildCommand = """ pip install -e . && \ jupyter nbextension enable --py --sys-prefix ipyleaflet """ - -[deploy] -startCommand = "echo Deployment started" -healthcheckPath = "/" -healthcheckTimeout = 100 -restartPolicyType = "never"