We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d5093 commit a8ba819Copy full SHA for a8ba819
apps/supervisor/Containerfile
@@ -20,12 +20,12 @@ RUN corepack enable && corepack prepare --activate
20
21
FROM base AS deps-fetcher
22
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
+RUN --mount=type=cache,id=pnpm-2,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
24
25
FROM deps-fetcher AS dev-deps
26
ENV NODE_ENV development
27
28
-RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --offline --ignore-scripts
+RUN --mount=type=cache,id=pnpm-2,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --offline --ignore-scripts
29
30
FROM base AS builder
31
0 commit comments