代码仓库中需要包含DockerFile,其中代码如下
FROM nginx COPY dist/ /usr/share/nginx/html/
第一次运行时,需要在shell脚本中执行npm install操作。
推送代码后即可自动构建了