mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Restyle Move populate to new file (#48)
This commit is contained in:
+2
-3
@@ -6,8 +6,7 @@
|
||||
|
||||
gpath=$(poetry run which gunicorn)
|
||||
cd app
|
||||
$gpath -b 0.0.0.0:9877 -w 4 --threads=2 "imgserver:app" &
|
||||
"$gpath" -b 0.0.0.0:9877 -w 4 --threads=2 "imgserver:app" &
|
||||
echo "Booted image server"
|
||||
cd ../
|
||||
$gpath -b 0.0.0.0:9876 -w 1 --threads=4 "manage:create_app()" #--log-level=debug
|
||||
|
||||
"$gpath" -b 0.0.0.0:9876 -w 1 --threads=4 "manage:create_app()" #--log-level=debug
|
||||
|
||||
Reference in New Issue
Block a user