Commit aafc9dfa authored by kalvin's avatar kalvin

Merge branch 'master' of git.quantgroup.cn:QA/qg-docker-entrypoints

parents 63a6f595 f038932e
...@@ -12,6 +12,14 @@ echo 192.168.4.117 apollo-dev.quantgroups.com >> /etc/hosts ...@@ -12,6 +12,14 @@ echo 192.168.4.117 apollo-dev.quantgroups.com >> /etc/hosts
echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts
echo 192.168.4.3 npmprivate.quantgroups.com >> /etc/hosts echo 192.168.4.3 npmprivate.quantgroups.com >> /etc/hosts
echo registry=http://npmprivate.quantgroups.com/ >> ~/.npmrc
echo @remy:registry=https://registry.npm.taobao.org >> ~/.npmrc
echo @koa:registry=https://registry.npm.taobao.org >> ~/.npmrc
echo @types:registry=http://registry.npmjs.org/ >> ~/.npmrc
echo @babel:registry=http://registry.npmjs.org/ >> ~/.npmrc
echo @sindresorhus:registry=http://registry.npmjs.org/ >> ~/.npmrc
echo @babel-runtime:registry=http://registry.npmjs.org/ >> ~/.npmrc
echo "replaceGitRemote" echo "replaceGitRemote"
replaceGitRemote(){ replaceGitRemote(){
originDomain="192.168.3.60" originDomain="192.168.3.60"
......
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 to comment