set pnpm to @7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM registry.odit.services/hub/library/node:19.7.0-alpine3.16 as build
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
RUN npx pnpm@7.5.1 i
|
||||
RUN npx pnpm@7 i
|
||||
COPY package.json pnpm-lock.yaml *.config.js postcss.config.cjs tailwind.config.js vite.config.js index.html ./
|
||||
COPY src ./src
|
||||
COPY public ./public
|
||||
|
||||
Reference in New Issue
Block a user