DashTools Automatic Push - 07/25/2023 @ 23:39:18

This commit is contained in:
Arpan Ghosh 2023-07-25 23:39:19 -04:00
parent 13e6ee7a1f
commit 74496f9827

View File

@ -5,10 +5,9 @@ services:
env: python
plan: free
# A requirements.txt file must exist
buildCommand: "pip install -r requirements.txt"
buildCommand: pip install -r requirements.txt
# A src/app.py file must exist and contain `server=app.server`
startCommand: "gunicorn --chdir src app:server"
startCommand: gunicorn --chdir src app:server
envVars:
- key: PYTHON_VERSION
value: 3.10.0