chore: 测试armv7

pull/189/head
xiaojunnuo 2024-09-07 11:30:28 +08:00
parent 1b1a1a5bc2
commit 8d2cf2095c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
5 6

View File

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