3 lines
88 B
Bash
3 lines
88 B
Bash
|
#!/usr/bin/env bash
|
||
|
gunicorn --bind 127.0.0.1:8081 --config gunicorn_config.py wsgi:app
|