503ad29d 林志标

更新 Dockerfile-node-dev1

1 个父辈 4fe297ec
...@@ -2,9 +2,6 @@ FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/node:16.13.2 ...@@ -2,9 +2,6 @@ FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/node:16.13.2
2 2
3 COPY . . 3 COPY . .
4 4
5 RUN yarn config set registry https://npm.77s.vip/ && \ 5 RUN rm -rf Jenkinsfile deploy
6 yarn install && \
7 yarn build && \
8 rm -rf Jenkinsfile deploy
9 6
10 CMD yarn start:dev 7 CMD yarn start:dev
...\ No newline at end of file ...\ No newline at end of file
......