All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./.venv/bin/gunicorn main:app -k uvicorn.workers.UvicornWorker -w 4 -b 0.0.0.0:8000
|
|
|