attempt to fix the broken pnpm docker command
All checks were successful
docker / docker (push) Successful in 1m46s
All checks were successful
docker / docker (push) Successful in 1m46s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
8ba89d1885
commit
9a16fa65c9
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm install --frozen-lockfile --force
|
||||
RUN pnpm install
|
||||
|
||||
FROM node:lts-alpine AS builder
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user