root: fix missing certs directly

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-04 20:06:02 +01:00
parent 639c2f5c2e
commit f8a6aa3250
2 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,8 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
mkdir /backups && \
chown authentik:authentik /backups
mkdir /backups /certs && \
chown authentik:authentik /backups /certs
COPY ./authentik/ /authentik
COPY ./pyproject.toml /