fix folder perms

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-04-24 18:09:07 +03:00
parent e18c2fe084
commit 9bd8cfbac0
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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