Add KeyCape PKCE browser sessions
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-28 00:06:21 +02:00
parent 654880ec91
commit 67ad2af640
6 changed files with 224 additions and 4 deletions

View file

@ -4,7 +4,7 @@ RUN useradd --create-home --uid 10001 user-engine
WORKDIR /app
COPY pyproject.toml README.md /app/
COPY src /app/src
RUN pip install --no-cache-dir ".[postgres]"
RUN pip install --no-cache-dir ".[runtime]"
USER 10001:10001
EXPOSE 8080