Skip to content

Commit

Permalink
Merge pull request #208 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jlaney authored Jan 8, 2024
2 parents 2f1553f + ebf93ad commit feabfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN /app/bin/pip install django && \
/app/bin/django-admin startproject project . && \
/app/bin/pip uninstall django -y

RUN /app/bin/pip install wheel gunicorn django-prometheus croniter
RUN /app/bin/pip install wheel gunicorn django-prometheus croniter tzdata

ADD project/ /app/project
ADD scripts /scripts
Expand Down

0 comments on commit feabfe9

Please sign in to comment.