Skip to content

Commit

Permalink
chore: Fix Dockerfile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 16, 2024
1 parent 77ca00c commit d48bd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_django
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN python manage.py collectstatic --noinput -v2
FROM python:3.11

RUN apt-get update && apt-get install -y --no-install-recommends \
gettext \
&& rm -rf /var/lib/apt/lists/*
gettext \
&& rm -rf /var/lib/apt/lists/*

RUN groupadd -r runner && useradd --no-log-init -r -g runner runner

Expand Down

0 comments on commit d48bd95

Please sign in to comment.