Skip to content

Commit

Permalink
Add UWSGI to requirements text.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhiiva committed Oct 12, 2021
1 parent 8b4022f commit b607ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
RUN pip install --no-cache-dir -U pip

COPY requirements.txt /build/
RUN pip install --user --no-cache-dir -r requirements.txt && pip install --user --no-cache-dir uwsgi
RUN pip install --user --no-cache-dir -r requirements.txt

### Final image
FROM python:3.9-slim-buster
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ django-extensions==3.1.3
jinja2==2.11.3
PyMySQL==1.0.2
yolk==0.4.3
uwsgi==2.0.20

0 comments on commit b607ecb

Please sign in to comment.