This commit is contained in:
parent
780bc54604
commit
b85c3958c2
@ -3,7 +3,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.1.1
|
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
|
||||||
RUN pnpm i && pnpm build && pnpm postbuild
|
RUN pnpm i && pnpm build && pnpm postbuild
|
||||||
|
|
||||||
# final image
|
# final image
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
"release": "release-it",
|
"release": "release-it",
|
||||||
"postbuild": "node env_fix.js"
|
"postbuild": "node env_fix.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"pnpm": "8.1.1"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bwip-js": "3.2.2",
|
"bwip-js": "3.2.2",
|
||||||
"marked": "2.0.3",
|
"marked": "2.0.3",
|
||||||
|
4027
pnpm-lock.yaml
generated
4027
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user