Merge pull request #36 from ribenamaplesyrup/ribenamaplesyrup-patch-3

Update Procfile
This commit is contained in:
Sean Greaves
2024-10-22 18:56:01 +01:00
committed by GitHub

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="['.*']"