fix folder perms
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
e18c2fe084
commit
9bd8cfbac0
|
@ -94,6 +94,7 @@ RUN apt-get update && \
|
||||||
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
|
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
|
||||||
mkdir -p /certs /media /blueprints && \
|
mkdir -p /certs /media /blueprints && \
|
||||||
chown authentik:authentik /certs /media && \
|
chown authentik:authentik /certs /media && \
|
||||||
|
chmod g+w /etc/ssh/ssh_config.d/ && \
|
||||||
chgrp authentik /etc/ssh/ssh_config.d/
|
chgrp authentik /etc/ssh/ssh_config.d/
|
||||||
|
|
||||||
COPY ./authentik/ /authentik
|
COPY ./authentik/ /authentik
|
||||||
|
|
Reference in New Issue