Skip to content

Commit 9c7386d

Browse files
committed
Fix
1 parent 0939f0f commit 9c7386d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
./build.sh
1818

1919
render-start:
20-
gunicorn task_manager.wsgi
20+
/opt/render/project/src/.venv/bin/gunicorn task_manager.wsgi:application
2121

2222
install:
2323
uv sync

0 commit comments

Comments
 (0)