Skip to content

Commit 44e29a4

Browse files
committed
fix group issue by upgrading admin client
1 parent 12c86c0 commit 44e29a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ RUN apk add curl jq
1111

1212
WORKDIR /app
1313

14+
# Workaround due to an ESM error
15+
COPY src/keycloak-admin-client ./keycloak-admin-client
16+
1417
COPY src/*.json ./
1518
RUN npm install --legacy-peer-deps
1619

0 commit comments

Comments
 (0)