chore: 测试armv7

This commit is contained in:
xiaojunnuo
2024-09-06 23:44:43 +08:00
parent b220500f40
commit 76fb2141e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2 3
+1 -1
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 install -g pnpm RUN npm install -g pnpm@8.15.7
#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