Files
sugartrail/railway.toml
2024-10-22 19:16:25 +01:00

13 lines
264 B
TOML

[build]
builder = "nixpacks"
buildCommand = """
pip install -e . && \
jupyter nbextension enable --py --sys-prefix ipyleaflet
"""
[deploy]
startCommand = "echo Deployment started"
healthcheckPath = "/"
healthcheckTimeout = 100
restartPolicyType = "never"