审计记录

Dockerfile-node 222 字节
mbgsibu committed
1
FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/node:16.13.2
林志标 committed
2

林志标 committed
3 4
COPY . .

林志标 committed
5 6
RUN node --version && \
yarn config set registry https://npm.77s.vip/ && \
林志标 committed
7
yarn install && \
林志标 committed
8
yarn build && \
林志标 committed
9
rm -rf Jenkinsfile deploy
林志标 committed
10

林志标 committed
11
CMD yarn start