8c5684dd mbgsibu

secrets

1 个父辈 d50f7778
1 FROM docker.77s.vip/nginx:2.0.0 1 FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/nginx:2.0.0
2 2
3 COPY ./build/ /usr/share/nginx/html 3 COPY ./build/ /usr/share/nginx/html
...\ No newline at end of file ...\ No newline at end of file
......
1 FROM docker.77s.vip/nginx:2.0.0 1 FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/nginx:2.0.0
2 2
3 COPY ./dist/ /usr/share/nginx/html 3 COPY ./dist/ /usr/share/nginx/html
...\ No newline at end of file ...\ No newline at end of file
......
1 FROM docker.77s.vip/node:16.13.2 1 FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/node:16.13.2
2 2
3 COPY . . 3 COPY . .
4 4
......
1 FROM docker.77s.vip/tomcat:0.0.2 1 FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/tomcat:0.0.2
2 2
3 RUN rm -rf /usr/local/tomcat/webapps/* 3 RUN rm -rf /usr/local/tomcat/webapps/*
4 4
......
1 FROM docker.77s.vip/tomcat:0.0.2 1 FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/tomcat:0.0.2
2 2
3 RUN rm -rf /usr/local/tomcat/webapps/* 3 RUN rm -rf /usr/local/tomcat/webapps/*
4 4
......