This commit is contained in:
parent
780bc54604
commit
b85c3958c2
@ -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.1.1
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
|
||||
RUN pnpm i && pnpm build && pnpm postbuild
|
||||
|
||||
# final image
|
||||
|
@ -7,9 +7,6 @@
|
||||
"release": "release-it",
|
||||
"postbuild": "node env_fix.js"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": "8.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"bwip-js": "3.2.2",
|
||||
"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