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/