From: Chris Fulljames Date: Sun, 30 Mar 2025 19:32:17 +0000 (-0400) Subject: Use new package for service X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=0cffa0523476df4aaec1fefa2d185f5212942071;p=littlesongplace.git Use new package for service --- diff --git a/service/run.sh b/service/run.sh index c6a4a53..ed646d1 100755 --- a/service/run.sh +++ b/service/run.sh @@ -3,5 +3,5 @@ PORT=$1 export DATA_DIR=$2 export SECRET_KEY=$(< "$DATA_DIR/secret.key") . venv/bin/activate -gunicorn -w 4 -b 127.0.0.1:$PORT 'main:app' +gunicorn -w 4 -b 127.0.0.1:$PORT 'littlesongplace:app'