Skip to content

Commit

Permalink
limit translation to norwegian
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jun 21, 2024
1 parent cd326cd commit b573c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM base as translation
COPY --from=source /app .
RUN DATABASE_URL="" \
DJANGO_SETTINGS_MODULE="config.settings.test" \
manage.py compilemessages
manage.py compilemessages -l no

FROM base-node as tailwind
COPY --from=source /app .
Expand Down

0 comments on commit b573c9b

Please sign in to comment.