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
+1 -1
View File
@@ -59,5 +59,5 @@
"bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues"
},
"gitHead": "d65d94b784ba526c479fab9bc402960d4e805d69"
"gitHead": "c49ccbde93dbad7062ac39d4f18eca7d561f573f"
}
+1 -1
View File
@@ -57,5 +57,5 @@
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
},
"gitHead": "d65d94b784ba526c479fab9bc402960d4e805d69"
"gitHead": "c49ccbde93dbad7062ac39d4f18eca7d561f573f"
}
+1 -1
View File
@@ -16,5 +16,5 @@
"axios": "^1.7.2",
"rollup": "^3.7.4"
},
"gitHead": "d65d94b784ba526c479fab9bc402960d4e805d69"
"gitHead": "c49ccbde93dbad7062ac39d4f18eca7d561f573f"
}
+1 -1
View File
@@ -37,5 +37,5 @@
"tslib": "^2.5.2",
"typescript": "^4.8.4"
},
"gitHead": "d65d94b784ba526c479fab9bc402960d4e805d69"
"gitHead": "c49ccbde93dbad7062ac39d4f18eca7d561f573f"
}
+1 -1
View File
@@ -53,5 +53,5 @@
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
},
"gitHead": "d65d94b784ba526c479fab9bc402960d4e805d69"
"gitHead": "c49ccbde93dbad7062ac39d4f18eca7d561f573f"
}
+1 -1
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