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
20
20
21
21
FROM base AS deps-fetcher
22
22
RUN apk add --no-cache python3-dev py3-setuptools make g++ gcc linux-headers
23
- RUN --mount=type=cache,id=pnpm-2 ,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
23
+ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
24
24
25
25
FROM deps-fetcher AS dev-deps
26
26
ENV NODE_ENV development
27
27
28
- RUN --mount=type=cache,id=pnpm-2 ,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --offline --ignore-scripts
28
+ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --offline --ignore-scripts
29
29
30
30
FROM base AS builder
31
31
You can’t perform that action at this time.
0 commit comments