Restyle Move populate to new file (#48)

This commit is contained in:
restyled-io[bot]
2022-05-04 01:42:26 +03:00
committed by GitHub
parent 4c09350b41
commit 559b36bd7b
7 changed files with 34 additions and 35 deletions
+2 -3
View File
@@ -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