mirror of
https://github.com/Cronocide/fitbit-web-ui-app.git
synced 2025-01-22 11:29:03 +00:00
DashTools Automatic Push - 07/25/2023 @ 23:39:18
This commit is contained in:
parent
13e6ee7a1f
commit
74496f9827
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user