Create railway.toml

This commit is contained in:
Sean Greaves
2024-10-22 19:12:54 +01:00
committed by GitHub
parent f10237ab4a
commit 2aca4a4640

14
railway.toml Normal file
View File

@@ -0,0 +1,14 @@
[build]
builder = "nixpacks"
buildCommand = """
conda create -n candystore python=3.10 -y && \
conda activate candystore && \
pip install -e . && \
jupyter nbextension enable --py --sys-prefix ipyleaflet
"""
[deploy]
startCommand = "echo Deployment started"
healthcheckPath = "/"
healthcheckTimeout = 100
restartPolicyType = "never"