fix: use python3 for Render runtime compatibility
This commit is contained in:
@@ -1 +1 @@
|
||||
web: python -m uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
web: python3 -m uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
|
||||
Reference in New Issue
Block a user