mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-17 16:38:59 +00:00
fix(Dockerfile): copy pnpm-workspace.yaml before install
This commit is contained in:
parent
a31fa7410d
commit
bfcf203a98
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ RUN corepack enable && corepack use pnpm@10
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue