Skip to content

Commit

Permalink
add gunicorn to image build
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Oct 13, 2023
1 parent 437798d commit f68aa34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN --mount=type=ssh pip install --upgrade pip && \
COPY . .

# RUN pip install django-redis reportlab==3.6.6 django-debug-toolbar
RUN pip install ldap3 django_auth_ldap django-author==1.0.2 django-prometheus
RUN pip install ldap3 django_auth_ldap django-author==1.0.2 django-prometheus gunicorn

ENV PYTHONPATH /usr/src/app:/usr/src/app/ifxreport

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN --mount=type=ssh pip install --upgrade pip && \
COPY . .

RUN pip install django-redis reportlab==3.6.6 django-debug-toolbar
RUN pip install ldap3 django_auth_ldap django-author==1.0.2 django-prometheus
RUN pip install ldap3 django_auth_ldap django-author==1.0.2 django-prometheus gunicorn

ENV PYTHONPATH /usr/src/app:/usr/src/app/ifxreport

Expand Down

0 comments on commit f68aa34

Please sign in to comment.