chore: 修复 ui-server 加载失败问题

v2-dev
xiaojunnuo 2025-09-27 08:26:18 +08:00
parent 6d1b8ca65e
commit 69aee36e75
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,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:22-alpine
EXPOSE 7001
EXPOSE 7002