Added start.sh
This commit is contained in:
parent
c7932b2a71
commit
3eb99735ee
1 changed files with 5 additions and 0 deletions
5
start.sh
Normal file
5
start.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
cd /home/pi/mash-server/src
|
||||||
|
|
||||||
|
source ../.env/bin/activate
|
||||||
|
|
||||||
|
uvicorn main:app --reload --host 0.0.0.0 --port 9587
|
Loading…
Reference in a new issue