oebb_py/run.sh

6 lines
106 B
Bash
Executable file

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