update scrip laucnh

This commit is contained in:
Wolfang Torres
2026-06-20 09:58:48 +08:00
parent 3c3fafde8f
commit 5d9b55c29e

View File

@@ -1 +1 @@
python -m gunicorn --bind 0.0.0.0:8085 'anki_creator_flask:create_app()'
python -m gunicorn --workers 4 --bind 0.0.0.0:8085 'anki_creator_flask:create_app()'