chore: 测试armv7

This commit is contained in:
xiaojunnuo
2024-09-07 11:21:10 +08:00
parent 935ebe022a
commit 1b1a1a5bc2
8 changed files with 10 additions and 10 deletions

View File

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