make gunicorn a dependency and not something that gets installed when building the image

This commit is contained in:
Alexandru 2024-09-14 08:30:12 +03:00
parent b0fd6ba3e9
commit 76a139d12d
2 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ WORKDIR /app
COPY requirements.txt ./ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install gunicorn
COPY . . COPY . .

Binary file not shown.