mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
101 B
Bash
7 lines
101 B
Bash
set -a
|
|
source ./.env
|
|
set +a
|
|
|
|
cd ..
|
|
uvicorn backend.app.main:app --reload --host 0.0.0.0 --port 8000
|
|
|