mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-12 21:48:30 +03:00
13 lines
264 B
TOML
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"
|