Skip to content

Commit

Permalink
fix docker warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Jul 31, 2024
1 parent 79acd37 commit ae40993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/praekeltfoundation/docker-django-bootstrap-nw:py3.9-bullseye as builder
FROM ghcr.io/praekeltfoundation/docker-django-bootstrap-nw:py3.9-bullseye AS builder

RUN apt-get-install.sh build-essential libpq-dev

Expand All @@ -15,7 +15,7 @@ RUN for f in $(find /root/.cache/pip/wheels -type f | grep -v 'none-any.whl$');

FROM ghcr.io/praekeltfoundation/docker-django-bootstrap-nw:py3.9-bullseye

ENV DJANGO_SETTINGS_MODULE "healthcheck.settings.production"
ENV DJANGO_SETTINGS_MODULE="healthcheck.settings.production"
CMD ["healthcheck.wsgi:application"]

RUN apt-get-install.sh gdal-bin
Expand Down

0 comments on commit ae40993

Please sign in to comment.