fix build

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-04-24 16:48:23 +03:00
parent bc6d66cd88
commit 205f11532f
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ RUN apt-get update && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
mkdir -p /certs /media /blueprints && \
chown authentik:authentik /certs /media /authentik/ && \
chgrp authentik /etc/ssh/ssh_config.d
chown authentik:authentik /certs /media && \
chgrp authentik /etc/ssh/ssh_config.d/
COPY ./authentik/ /authentik
COPY ./pyproject.toml /