Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
healthchecks: fix build due to error in django-compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 7, 2022
1 parent e569d1b commit 29b8201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions healthchecks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ COPY [ "files/uwsgi.ini", "/app/" ]
COPY --from=git [ "/hc/", "/app/" ]

ENV PYTHONUNBUFFERED=1
ENV DEBUG=False
RUN echo "static-safe = $(realpath /usr/local/lib/python3.*/site-packages/django/contrib/admin/static/admin)/" >> /app/uwsgi.ini \
&& cp /app/hc/local_settings.py.example /app/hc/local_settings.py \
&& sed -i 's/python/python3/g' /app/manage.py \
Expand Down

0 comments on commit 29b8201

Please sign in to comment.