...
Code Block |
---|
export ENABLE_SEALIGHTS=true uvicorn app:APP --host 0.0.0.0 --port 9092 --workers 1 --reload |
Expand | |||||
---|---|---|---|---|---|
| |||||
If you don’t want to update your source code, you may evaluate adding these few script lines (or equivalent) in your CI/CD. Usage:
|
Other servers (Generic solution)
...