Skip to content

Commit 453fb43

Browse files
committed
chore(docker): install corepack globally
1 parent 106bab9 commit 453fb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:alpine as BUILD
22
WORKDIR /build
33
COPY package.json pnpm-lock.yaml ./
4-
RUN corepack enable && pnpm install
4+
RUN npm install -fg corepack@latest && corepack enable && pnpm install
55
COPY ./ ./
66
RUN pnpm build
77

0 commit comments

Comments
 (0)