File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ RUN corepack enable && corepack prepare --activate
2020
2121FROM base AS deps-fetcher
2222RUN apk add --no-cache python3-dev make g++ gcc linux-headers
23- RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
23+ RUN --mount=type=cache,id=pnpm-2 ,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
2424
2525FROM deps-fetcher AS dev-deps
2626ENV NODE_ENV development
2727
28- RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --offline --ignore-scripts
28+ RUN --mount=type=cache,id=pnpm-2 ,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --offline --ignore-scripts
2929
3030FROM base AS builder
3131
You can’t perform that action at this time.
0 commit comments