first commit
This commit is contained in:
4
start_backend.sh
Executable file
4
start_backend.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
pkill -f "uvicorn hoa_app.main:app"
|
||||
sleep 5
|
||||
cd backend/backend && source venv/bin/activate && uvicorn hoa_app.main:app --reload --host 0.0.0.0 --port 8000 &
|
||||
Reference in New Issue
Block a user