This commit is contained in:
xiaojunnuo
2024-12-09 22:40:17 +08:00
parent fef1305e41
commit 15beb79631
8 changed files with 34 additions and 48 deletions
+1
View File
@@ -9,6 +9,7 @@ RUN npm install -g pnpm@8.15.7
RUN cp /workspace/certd-client/dist/* /workspace/certd-server/public/ -rf
RUN cd /workspace/certd-server && pnpm install && npm run build-on-docker
FROM node:20-alpine
EXPOSE 7001
EXPOSE 7002