| Dockerfile.prod | ●●●●● patch | view | raw | blame | history | |
| Dockerfile.test | ●●●●● 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