Skip to content

Commit 62f89b8

Browse files
committed
[fix] GitHub NPM package installing in Docker container
1 parent 5c39d6d commit 62f89b8

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
@@ -13,7 +13,7 @@ COPY . /app
1313
WORKDIR /app
1414

1515
FROM base AS build
16-
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm i --frozen-lockfile
16+
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm e i --frozen-lockfile
1717
RUN CI=true pnpm build
1818

1919
FROM base

0 commit comments

Comments
 (0)