fix: use python3 for Render runtime compatibility
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
name: contec-monitor-api
|
||||
runtime: python
|
||||
buildCommand: pip install -r requirements.txt
|
||||
startCommand: python -m uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
startCommand: python3 -m uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: 10000
|
||||
|
||||
Reference in New Issue
Block a user