Fix authentication on Keycloak

This commit is contained in:
2025-01-17 10:24:21 +01:00
parent 9fcae05d20
commit 33c0e603f8
8 changed files with 532 additions and 388 deletions

View File

@ -17,7 +17,7 @@ RUN apk --update --no-cache add \
libffi-dev \
curl && \
chmod g+w /run && \
pip install poetry gunicorn
pip install poetry gunicorn poetry-plugin-export
COPY . /hsman