mirror of https://github.com/certd/certd
chore: 1
parent
695548eade
commit
25ff6906c6
|
@ -2,6 +2,8 @@ FROM node:18-alpine AS builder
|
|||
EXPOSE 7001
|
||||
WORKDIR /workspace/
|
||||
COPY . /workspace/
|
||||
# armv7 目前只能用node18, pnpm9不支持node18,所以pnpm只能用8.15.7版本
|
||||
# https://github.com/nodejs/docker-node/issues/1946
|
||||
RUN npm install -g pnpm@8.15.7
|
||||
|
||||
#RUN cd /workspace/certd-client && pnpm install && npm run build
|
||||
|
|
Loading…
Reference in New Issue