4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
source /home2/.venv/bin/activate
|
|
|
|
uvicorn main:app --port=8009 --host=0.0.0.0
|