Skip to content

Commit bc5c207

Browse files
authored
Merge pull request #95 from arkedge/update-corepack
Use the latest corepack in Dockerfile
2 parents a37a62d + a60f5ba commit bc5c207

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client-ui/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ FROM node:22-bullseye-slim AS base
22

33
ENV NODE_ENV=production
44

5+
# https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091
6+
RUN npm install -g corepack@latest
7+
58
RUN corepack enable
69

710
# build stage

0 commit comments

Comments
 (0)