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 6bb3954 commit 46fa93a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ COPY --from=web-builder /work/web/authentik/ /web/authentik/
COPY --from=website-builder /work/website/help/ /website/help/
COPY --from=geoip /usr/share/GeoIP /geoip

RUN ls /ak-root/venv \
ls /ak-root/venv/bin

USER 1000

ENV TMPDIR=/dev/shm/ \
Expand All @@ -161,6 +164,9 @@ ENV TMPDIR=/dev/shm/ \
VENV_PATH="/ak-root/venv" \
POETRY_VIRTUALENVS_CREATE=false

RUN ls /ak-root/venv \
ls /ak-root/venv/bin

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

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

0 comments on commit 46fa93a

Please sign in to comment.