Skip to content

Commit b4fe214

Browse files
committed
Ignore venv from message compilation
The goal is to exclude 3rd parties from compilemessages input
1 parent 14bd859 commit b4fe214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update \
3737
# copy project
3838
COPY . .
3939

40-
RUN python -m django compilemessages
40+
RUN python -m django compilemessages --ignore .venv
4141

4242
# ENTRYPOINT is specified only in the local docker-compose.yml to avoid
4343
# accidentally running it in deployed environments.

0 commit comments

Comments
 (0)