4 lines
87 B
Bash
4 lines
87 B
Bash
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
gunicorn --workers 2 --bind 0.0.0.0:5000 wsgi:app |