Fix gunicorn config file name

This commit is contained in:
Kumi 2022-04-19 13:32:27 +02:00
parent 0b045a03e2
commit e286c0e023
Signed by: kumi
GPG key ID: 5D1CE6AF1805ECA2
2 changed files with 1 additions and 1 deletions

2
run.sh
View file

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