wordle/prod.sh
Daniel Tsvetkov a348639f87 prod gunicorn
2022-01-18 20:55:00 +00:00

3 lines
50 B
Bash
Executable File

#!/bin/bash
gunicorn -w 4 -b 0.0.0.0:5008 app:app