diff --git a/Dockerfile b/Dockerfile index 252e63e..4cb75d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt -RUN pip install gunicorn COPY . . diff --git a/requirements.txt b/requirements.txt index a7c572e..b4fbfd5 100644 Binary files a/requirements.txt and b/requirements.txt differ