Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yurushao committed Feb 3, 2025
1 parent a8302fe commit 9b463a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM base AS builder
WORKDIR /mnt/workspace

COPY . ./
RUN corepack enable pnpm
RUN npm install -g pnpm@9.15.4
RUN pnpm install && pnpm install --filter @glamsystems/glam-sdk && npx nx reset && npx nx run cli:build

# Final stage (runtime image)
Expand Down
2 changes: 1 addition & 1 deletion gui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM base AS builder
WORKDIR /mnt/workspace

COPY . ./
RUN corepack enable pnpm
RUN npm install -g pnpm@9.15.4
RUN pnpm install && pnpm install --filter @glamsystems/glam-sdk && pnpm run gui-build

# Final stage (runtime image)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
"react@>16.0.0": "^18.3.1"
}
},
"packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
"packageManager": "pnpm@9.15.4"
}

0 comments on commit 9b463a2

Please sign in to comment.