1dc872d8 mbgsibu

secrets

1 个父辈 d60dc9cc
1 FROM docker.77s.vip/node:16.13.2 1 FROM docker.77s.vip/node:16.13.2
2
3 COPY . . 2 COPY . .
4
5 RUN yarn config set registry https://npm.77s.vip/ && \
6 yarn install && \
7 yarn build && \
8 rm -rf Jenkinsfile deploy
9
10 CMD yarn start
...\ No newline at end of file ...\ No newline at end of file
3 ENTRYPOINT ["yarn","start"]
...\ No newline at end of file ...\ No newline at end of file
......