Skip to content

Commit 0dbdabf

Browse files
authored
Merge pull request #67 from nbtca/fix-build
ci: fix corepack
2 parents 6398a15 + aa2aa92 commit 0dbdabf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:20-slim AS base
22
ENV PNPM_HOME="/pnpm"
33
ENV PATH="$PNPM_HOME:$PATH"
4+
RUN npm install -g corepack@latest
45
RUN corepack enable
56
COPY . /app
67
WORKDIR /app

0 commit comments

Comments
 (0)