diff --git a/render.yaml b/render.yaml index 8a70087..af9baf0 100644 --- a/render.yaml +++ b/render.yaml @@ -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 - \ No newline at end of file