From 7eef501446f9c8ed4b34c34699710975c0aa147e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 9 Jun 2021 16:04:17 +0200 Subject: [PATCH] Revert "root: fix permissions for docker files" This reverts commit a7adeb917efb8d72e0213d7b3f3817a7f36d45cf. --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e0fc5bc8..b07ffc8a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,12 +73,12 @@ RUN apt-get update && \ mkdir /backups && \ chown authentik:authentik /backups -COPY --chown=authentik:authentik ./authentik/ /authentik -COPY --chown=authentik:authentik ./pyproject.toml / -COPY --chown=authentik:authentik ./xml /xml -COPY --chown=authentik:authentik ./tests /tests -COPY --chown=authentik:authentik ./manage.py / -COPY --chown=authentik:authentik ./lifecycle/ /lifecycle +COPY ./authentik/ /authentik +COPY ./pyproject.toml / +COPY ./xml /xml +COPY ./tests /tests +COPY ./manage.py / +COPY ./lifecycle/ /lifecycle COPY --from=builder /work/authentik /authentik-proxy USER authentik