CLIO v1.0 — Scanner Inteligente com IA (MVP)
This commit is contained in:
4
start-backend.sh
Executable file
4
start-backend.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd /opt/clio/backend
|
||||
source venv/bin/activate
|
||||
exec uvicorn app.main:app --host 127.0.0.1 --port 8096
|
||||
Reference in New Issue
Block a user