added gunicorn

This commit is contained in:
ayxan
2022-10-01 23:10:30 +04:00
parent e613fe1874
commit 46bbb10d20
6 changed files with 40 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
FROM python:3
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
WORKDIR /code
COPY requirements.txt /code/