This commit is contained in:
parent
decc80fcc1
commit
c36db2c18f
@ -3,7 +3,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.1.1
|
||||
RUN pnpm i && pnpm build && pnpm postbuild
|
||||
|
||||
# final image
|
||||
|
Loading…
x
Reference in New Issue
Block a user