wordle/prod.sh

3 lines
50 B
Bash
Raw Normal View History

2022-01-18 21:55:00 +01:00
#!/bin/bash
gunicorn -w 4 -b 0.0.0.0:5008 app:app