Compile messages

This commit is contained in:
R. Miles McCain 2020-04-14 16:17:26 -04:00
parent 73f473e5bb
commit 19fed23ed6
No known key found for this signature in database
GPG Key ID: 91CB47BDDF2671A5

View File

@ -14,6 +14,7 @@ RUN pipenv install --system --deploy
COPY shynet . COPY shynet .
RUN python manage.py collectstatic --noinput RUN python manage.py collectstatic --noinput
RUN python manage.py compilemessages
ARG GF_UID="500" ARG GF_UID="500"
ARG GF_GID="500" ARG GF_GID="500"