| Dockerfile.test | ●●●●● patch | view | raw | blame | history |
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 . . # 验证字体文件是否被正确复制