5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/clio/backend
|
|
source venv/bin/activate
|
|
exec uvicorn app.main:app --host 127.0.0.1 --port 8096
|