Skip to content

Commit efc86af

Browse files
authored
Compiled translation when building the docker image (#2199)
1 parent 9f9cced commit efc86af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ RUN apt-get update \
4545
# copy project
4646
COPY . .
4747

48+
RUN python -m django compilemessages
49+
4850
# ENTRYPOINT is specified only in the local docker-compose.yml to avoid
4951
# accidentally running it in deployed environments.

0 commit comments

Comments
 (0)