voicepeak_api/run_prod.sh

4 lines
87 B
Bash

#!/bin/bash
source venv/bin/activate
gunicorn --workers 2 --bind 0.0.0.0:5000 wsgi:app