root: don't compilemessages in build process since it requires redis, do it on startup
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
834bddd0da
commit
a1adf382af
|
@ -79,8 +79,6 @@ COPY ./manage.py /
|
|||
COPY ./lifecycle/ /lifecycle
|
||||
COPY --from=builder /work/authentik /authentik-proxy
|
||||
|
||||
RUN AUTHENTIK_SECRET_KEY=dev /manage.py compilemessages
|
||||
|
||||
USER authentik
|
||||
|
||||
ENV TMPDIR /dev/shm/
|
||||
|
|
Reference in New Issue