online install
This commit is contained in:
parent
1d35f4b33d
commit
ab368c237c
|
@ -21,7 +21,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
COPY pnpm-lock.yaml ./
|
COPY pnpm-lock.yaml ./
|
||||||
RUN pnpm fetch
|
RUN pnpm fetch
|
||||||
COPY ./packages/next /app
|
COPY ./packages/next /app
|
||||||
RUN --mount=type=cache,id=pnpm-store,target=/pnpm/store pnpm install --offline
|
RUN --mount=type=cache,id=pnpm-store,target=/pnpm/store pnpm install
|
||||||
|
|
||||||
|
|
||||||
FROM install AS dev
|
FROM install AS dev
|
||||||
|
|
Loading…
Reference in New Issue