forked from drone/command-center-dashboard

zhongrj
2025-03-28 4868ae7f3b0c67c2c3e086e30bc26c272aa83e83
打包命令修改
2 files modified
4 ■■■■ changed files
Dockerfile.prod 2 ●●● patch | view | raw | blame | history
Dockerfile.test 2 ●●● patch | view | raw | blame | history
Dockerfile.prod
@@ -8,7 +8,7 @@
COPY . /app
# 安装项目依赖
RUN npm install
RUN npm install --registry=https://registry.npmmirror.com
# 构建项目
RUN npm run build:dev
Dockerfile.test
@@ -8,7 +8,7 @@
COPY . /app
# 安装项目依赖
RUN npm install
RUN npm install --registry=https://registry.npmmirror.com
# 构建项目
RUN npm run build:dev