syntaxwebsite/start.sh

3 lines
91 B
Bash

#!/bin/bash
gunicorn -b 0.0.0.0:3003 --preload --workers=8 --threads=20 'app:create_app()'