don't create and compile message files for external packages
This commit is contained in:
parent
e1314b87d0
commit
44c4264f7d
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@ ENV C3NAV_DEBUG="" \
|
||||||
USER c3nav
|
USER c3nav
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN /app/env/bin/python manage.py makemessages -l en_UW && \
|
RUN /app/env/bin/python manage.py makemessages --ignore "site-packages" -l en_UW && \
|
||||||
/app/env/bin/python genuwu.py && \
|
/app/env/bin/python genuwu.py && \
|
||||||
/app/env/bin/python manage.py compilemessages && \
|
/app/env/bin/python manage.py compilemessages --ignore "site-packages" && \
|
||||||
/app/env/bin/python manage.py collectstatic -l --no-input && \
|
/app/env/bin/python manage.py collectstatic -l --no-input && \
|
||||||
/app/env/bin/python manage.py compress && \
|
/app/env/bin/python manage.py compress && \
|
||||||
rm -r /data/*
|
rm -r /data/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue