oebb_py/run.sh

6 lines
107 B
Bash
Executable file

#!/bin/bash
gunicorn -c gunicorn.cfg main
# Alternatively "passenger start" should do the trick as well.