Update Procfile

This commit is contained in:
Sean Greaves
2024-10-22 19:04:00 +01:00
committed by GitHub
parent 609712bf47
commit d23ca4995c

View File

@@ -1 +1 @@
web: python -m voila --port=$PORT --no-browser --debug --show_tracebacks=True --Voila.ip=0.0.0.0 dashboard/Sugartrail.ipynb --VoilaConfiguration.file_whitelist="['.*']"
web: voila --port=$PORT --no-browser --debug --show_tracebacks=True --Voila.ip=0.0.0.0 dashboard/Sugartrail.ipynb --VoilaConfiguration.file_whitelist="['.*']"