We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bd859 commit b4fe214Copy full SHA for b4fe214
Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update \
37
# copy project
38
COPY . .
39
40
-RUN python -m django compilemessages
+RUN python -m django compilemessages --ignore .venv
41
42
# ENTRYPOINT is specified only in the local docker-compose.yml to avoid
43
# accidentally running it in deployed environments.
0 commit comments