From 2c09ac4fd60cf1bcfe650c15c10a2587aa0a154a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 16 Aug 2022 14:32:45 +0200 Subject: [PATCH] root: fix dockerfile Signed-off-by: Jens Langhammer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4553627c2..b8a43a2d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ COPY ./tests /tests COPY ./manage.py / COPY ./blueprints /blueprints COPY ./lifecycle/ /lifecycle -COPY --from=builder /work/authentik /authentik-proxy +COPY --from=go-builder /work/authentik /authentik-proxy COPY --from=web-builder /work/web/dist/ /web/dist/ COPY --from=web-builder /work/web/authentik/ /web/authentik/ COPY --from=website-builder /work/website/help/ /website/help/