Reference passenger in run.sh

This commit is contained in:
Kumi 2020-02-01 15:01:41 +00:00
parent 6c0ed2d905
commit e3a9f111f6

2
run.sh
View file

@ -1,3 +1,5 @@
#!/bin/bash
gunicorn -c gunicorn.cfg main
# Alternatively "passenger start" should do the trick as well.