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]
builder = "nixpacks"
buildCommand = """
pip install -e . && \
jupyter nbextension enable --py --sys-prefix ipyleaflet
pip install -e .
"""