From c5cc8842ec44f0aa4c59870b090a20b976ce0ef3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 9 Jun 2021 14:22:32 +0200 Subject: [PATCH] root: fix missing test files in docker file Signed-off-by: Jens Langhammer --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c96023674..328bb5270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ RUN apt-get update && \ 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