Add KeyCape PKCE browser sessions
This commit is contained in:
parent
654880ec91
commit
67ad2af640
6 changed files with 224 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue