3 lines
104 B
Bash
Raw Normal View History

2025-05-28 19:16:17 +08:00
#!/usr/bin/env bash
cd ../api
gunicorn --workers=1 --timeout=3600 --bind=0.0.0.0:5000 "app:create_app()"