Skip to content

Commit a8ba819

Browse files
committed
bust pnpm cache
1 parent c1d5093 commit a8ba819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/supervisor/Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ RUN corepack enable && corepack prepare --activate
2020

2121
FROM base AS deps-fetcher
2222
RUN 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

2525
FROM deps-fetcher AS dev-deps
2626
ENV 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

3030
FROM base AS builder
3131

0 commit comments

Comments
 (0)