fix: update Dockerfile
This commit is contained in:
parent
00cb87bdc2
commit
b1f389be2e
@ -3,7 +3,7 @@ FROM node:20-alpine as build-stage
|
||||
WORKDIR /app
|
||||
RUN corepack enable
|
||||
|
||||
COPY .npmrc package.json pnpm-lock.yaml ./
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
||||
pnpm install --frozen-lockfile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user