add laucnh script

This commit is contained in:
Wolfang Torres
2026-06-20 09:53:24 +08:00
parent 1f7c0f4db6
commit 3c3fafde8f

1
launch.sh Normal file
View File

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