chore: 测试armv7

pull/189/head
xiaojunnuo 2024-09-06 23:44:43 +08:00
parent b220500f40
commit 76fb2141e4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2
3

View File

@ -2,7 +2,7 @@ FROM node:20-alpine AS builder
EXPOSE 7001
WORKDIR /workspace/
COPY . /workspace/
RUN npm install -g pnpm
RUN npm install -g pnpm@8.15.7
#RUN cd /workspace/certd-client && pnpm install && npm run build
RUN cp /workspace/certd-client/dist/* /workspace/certd-server/public/ -rf