root: compile messages for backend in docker
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
846c971674
commit
dfefdbfd7c
|
@ -79,6 +79,8 @@ COPY ./manage.py /
|
|||
COPY ./lifecycle/ /lifecycle
|
||||
COPY --from=builder /work/authentik /authentik-proxy
|
||||
|
||||
RUN /manage.py compilemessages
|
||||
|
||||
USER authentik
|
||||
|
||||
ENV TMPDIR /dev/shm/
|
||||
|
|
Reference in New Issue