Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdone44 committed Mar 12, 2024
1 parent b7a2afb commit 6bb3954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ COPY ./manage.py /
COPY ./blueprints /blueprints
COPY ./lifecycle/ /lifecycle
COPY --from=go-builder /go/authentik /bin/authentik
COPY --from=python-deps /root/.cache/pypoetry/virtualenvs/authentik-Q7_ikXO9-py3.11/bin /ak-root/venv
COPY --from=python-deps /ak-root/venv /ak-root/venv
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/
Expand All @@ -163,4 +163,4 @@ ENV TMPDIR=/dev/shm/ \

HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 CMD [ "ak", "healthcheck" ]

ENTRYPOINT [ " /ak-root/venv/bin/dumb-init", "--", "ak" ]
ENTRYPOINT [ "/ak-root/venv/bin/dumb-init", "--", "ak" ]

0 comments on commit 6bb3954

Please sign in to comment.