2020-12-26 21:27:10 +08:00

3 lines
62 B
Bash

#!/bin/sh
echo start
exec gunicorn api:app -c gunicorn.conf.py