]> littlesong.place Git - littlesongplace.git/commitdiff
Use new package for service
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 30 Mar 2025 19:32:17 +0000 (15:32 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 30 Mar 2025 19:32:17 +0000 (15:32 -0400)
service/run.sh

index c6a4a539c9459b654a3088d84a8c5a1ab1b7d427..ed646d1dfc156c6e64e1cf66490089d2b3b65824 100755 (executable)
@@ -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'