Update railway.toml

This commit is contained in:
Sean Greaves
2024-10-25 12:10:34 +01:00
committed by GitHub
parent 44af018e15
commit 8623fc348e

View File

@@ -1,6 +1,5 @@
[build] [build]
builder = "nixpacks" builder = "nixpacks"
buildCommand = """ buildCommand = """
pip install -e . && \ pip install -e .
jupyter nbextension enable --py --sys-prefix ipyleaflet
""" """