You've already forked favicon-api-async
4 lines
62 B
Bash
4 lines
62 B
Bash
#!/usr/bin/env sh
|
|
|
|
gunicorn -c conf/gunicorn.conf.py main:app
|