Compile messages

This commit is contained in:
R. Miles McCain
2020-04-14 16:17:26 -04:00
parent 73f473e5bb
commit 19fed23ed6

View File

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