We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7386d commit f664497Copy full SHA for f664497
1 file changed
Makefile
@@ -17,7 +17,7 @@ build:
17
./build.sh
18
19
render-start:
20
- /opt/render/project/src/.venv/bin/gunicorn task_manager.wsgi:application
+ /opt/render/project/src/gunicorn task_manager.wsgi:application
21
22
install:
23
uv sync
0 commit comments