Added start.sh

This commit is contained in:
Maximilian Giller 2024-05-09 02:15:19 +02:00
parent c7932b2a71
commit 3eb99735ee

5
start.sh Normal file
View 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