Update Procfile

This commit is contained in:
Sean Greaves
2024-10-22 18:55:49 +01:00
committed by GitHub
parent b8cf4067e9
commit 17ddc766e1

View File

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