fix: install in docker image with frozen lockfile
This commit is contained in:
parent
89be66d2ba
commit
8a27ba43d2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN corepack prepare pnpm@latest --activate
|
|||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-lock.yaml .
|
||||
RUN pnpm install
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
CMD [ "pnpm", "run", "start" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue