Skip to content

Commit

Permalink
fix params for chown
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 26, 2024
1 parent 36552f4 commit 477d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN DJANGO_DEPLOYED=1 ./testapp/manage.py collectstatic --noinput

# handle permissions
RUN useradd -M -d /web -s /bin/bash django
RUN chown -R django.django $DJANGO_STATIC_ROOT
RUN chown -R django:django $DJANGO_STATIC_ROOT

EXPOSE 8080

Expand Down

0 comments on commit 477d7d9

Please sign in to comment.