Skip to content

Commit

Permalink
fix group issue by upgrading admin client
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Nov 22, 2024
1 parent 12c86c0 commit 44e29a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN apk add curl jq

WORKDIR /app

# Workaround due to an ESM error
COPY src/keycloak-admin-client ./keycloak-admin-client

COPY src/*.json ./
RUN npm install --legacy-peer-deps

Expand Down

0 comments on commit 44e29a4

Please sign in to comment.