root: add AUTHENTIK_SECRET_KEY for compilemessages
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
7d9251ce2f
commit
834bddd0da
|
@ -79,7 +79,7 @@ COPY ./manage.py /
|
||||||
COPY ./lifecycle/ /lifecycle
|
COPY ./lifecycle/ /lifecycle
|
||||||
COPY --from=builder /work/authentik /authentik-proxy
|
COPY --from=builder /work/authentik /authentik-proxy
|
||||||
|
|
||||||
RUN /manage.py compilemessages
|
RUN AUTHENTIK_SECRET_KEY=dev /manage.py compilemessages
|
||||||
|
|
||||||
USER authentik
|
USER authentik
|
||||||
|
|
||||||
|
|
Reference in New Issue