Commit 07f4dc27 by 赖慧粮

auto deploy

parent 7ae91e4b
FROM registry.cn-hangzhou.aliyuncs.com/cduan/customer-resource-base:zabbix
ADD ./ /var/www/web-job
ENV HOST 0.0.0.0
ENV TZ Asia/Shanghai
WORKDIR /var/www/web-job
RUN yarn install
RUN yarn build:cm
RUN rm -rf assets components layouts middleware pages plugins store .eslintrc.js .gitignore build.yml pDockerfile README.md pStart.sh
EXPOSE 4011
RUN chmod +x cmStart.sh
ENTRYPOINT ["./cmStart.sh"]
\ No newline at end of file
FROM registry.cn-hangzhou.aliyuncs.com/cduan/customer-resource-base:zabbix
ADD ./ /var/www/web-job
ENV HOST 0.0.0.0
ENV TZ Asia/Shanghai
WORKDIR /var/www/web-job
RUN yarn install
RUN yarn build:cm
RUN rm -rf assets components layouts middleware pages plugins store .eslintrc.js .gitignore build.yml pDockerfile README.md pStart.sh
EXPOSE 4011
RUN chmod +x cmStart.sh
ENTRYPOINT ["./cmStart.sh"]
......@@ -37,7 +37,7 @@
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
},
"dependencies": {
"@gdyfe/config": "1.3.0",
"@gdyfe/config": "^1.3.1",
"@gdyfe/gdy-component-lib": "^0.4.1",
"@gdyfe/rop-client": "1.1.10",
"@gdyfe/webpack-alioss-plugin": "^0.1.6",
......@@ -72,4 +72,4 @@
"postcss-pxtorem": "^5.1.1",
"prettier": "^2.5.1"
}
}
\ No newline at end of file
}
......@@ -973,10 +973,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
"@gdyfe/config@1.3.0":
version "1.3.0"
resolved "https://registry.npmmirror.com/@gdyfe/config/-/config-1.3.0.tgz#901e08029e6a000067db45649d48acd07be76bfd"
integrity sha512-y5X5Vx0ngrKJDGyceEZTRFAkvwnxgn+24VHUsKsnExaqIJWtEDdsK3HKGlW2Cbw6ovyo9GtMo29cZ6ObxU4DAA==
"@gdyfe/config@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@gdyfe/config/-/config-1.3.1.tgz#f038fba67dd1d65a1fc4b9abce08f0ee6f4548c2"
integrity sha512-vexrMwTmj+Z1Qf6gQJwT7CdJAQMmYjwsxlPXmduTy8Nw02mFDU7L8OE0aYbu0cgGgVLpHZyxIzBc8ExL8hor/w==
dependencies:
node-rsa "^1.1.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment