forked from drone/command-center-dashboard

zhongrj
2025-03-31 02e9009847e094c170689f53a4824fefd12b5832
Dockerfile.test
@@ -10,7 +10,7 @@
COPY vite.config.js .
# 安装项目依赖
RUN rm -rf node_modules package-lock.json && npm install --registry=https://registry.npmmirror.com
RUN rm -rf node_modules && npm install --registry=https://registry.npmmirror.com
COPY . .
# 验证字体文件是否被正确复制