Skip to content

Commit

Permalink
fix(4602): fix pnpm dependencies, add fix keycloak-provision docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr committed Jan 6, 2025
1 parent 2f8402c commit 9cf2cc8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion localdev/keycloak-provision/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ COPY keycloak-provision ./context
COPY _packages ./_packages

RUN npm install -g turbo pnpm
RUN cd context && pnpm install --ignore-scripts && pnpm build
RUN cd context && pnpm install --ignore-scripts
RUN cd _packages/keycloak-admin && pnpm install --ignore-scripts && pnpm build
RUN cd context && pnpm build

FROM node:22.10.0-alpine3.19
WORKDIR /opt
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cf2cc8

Please sign in to comment.