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 9f9cced commit efc86afCopy full SHA for efc86af
Dockerfile
@@ -45,5 +45,7 @@ RUN apt-get update \
45
# copy project
46
COPY . .
47
48
+RUN python -m django compilemessages
49
+
50
# ENTRYPOINT is specified only in the local docker-compose.yml to avoid
51
# accidentally running it in deployed environments.
0 commit comments