Enable translation support

This commit is contained in:
rubenwardy
2022-01-07 19:42:52 +00:00
parent eba1626f2e
commit 482c9e5905
4 changed files with 76 additions and 11 deletions

View File

@@ -16,7 +16,9 @@ COPY utils utils
COPY config.cfg config.cfg
COPY migrations migrations
COPY app app
COPY translations translations
RUN pybabel compile -d translations
RUN chown -R cdb:cdb /home/cdb
USER cdb