Fix app Dockerfile
This commit is contained in:
parent
f87fabe556
commit
c2c38dd08b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ RUN corepack enable && corepack prepare pnpm@10.15.1 --activate
|
|||
|
||||
FROM base AS deps
|
||||
WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
FROM base AS builder
|
||||
|
|
|
|||
Loading…
Reference in a new issue