Skip to content

Commit

Permalink
Fix issues with translations not being applied (#1079)
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
mitchdawson1982 authored Nov 19, 2024
1 parent 6cd5402 commit a28500f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} feedback ./feedback
COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} home ./home
COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} templates ./templates
COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} lib ./lib
COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} locale ./locale

# Run django commands
RUN python manage.py collectstatic --noinput
Expand Down

0 comments on commit a28500f

Please sign in to comment.