diff --git a/launch.sh b/launch.sh new file mode 100644 index 0000000..dd3bcac --- /dev/null +++ b/launch.sh @@ -0,0 +1 @@ +python -m gunicorn --bind 0.0.0.0:8085 'anki_creator_flask:create_app()' \ No newline at end of file