We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f706ecc commit a4595a8Copy full SHA for a4595a8
Makefile
@@ -12,4 +12,4 @@ build:
12
./build.sh
13
14
render-start:
15
- gunicorn -w 5 -b 0.0.0.0:$(PORT) page_analyzer:app
+ uv run gunicorn -w 5 -b 0.0.0.0:$(PORT) page_analyzer:app
0 commit comments