mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix wrong lockfile copy
This commit is contained in:
parent
d28fc9f630
commit
c54423a667
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM node:18-alpine as builder
|
|||
WORKDIR /app
|
||||
|
||||
# Copy package.json first to cache node_modules
|
||||
COPY package.json package-lock.json .
|
||||
COPY package.json pnpm-lock.yaml .
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue