trying with gunicorn, because digital ocean is jank

This commit is contained in:
JesseBot 2022-10-05 15:55:39 +02:00
parent 17ebf7881d
commit b8ab6cbab5

View file

@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
COPY . .
CMD ["flask", "--app=routes", "run"]
CMD ["gunicorn", "app:app"]