Commit c1ee0f17 authored by kalvin's avatar kalvin

git地址替换

parent cb138c1f
...@@ -24,7 +24,7 @@ RUN npm install gulp ...@@ -24,7 +24,7 @@ RUN npm install gulp
# 安装控制台组件 # 安装控制台组件
WORKDIR /home WORKDIR /home
RUN git clone http://192.168.3.60/QA/qg-xterm.git RUN git clone http://git.q-gp.com/QA/qg-xterm.git
WORKDIR /home/qg-xterm WORKDIR /home/qg-xterm
RUN npm install RUN npm install
...@@ -43,7 +43,7 @@ ENV TZ=Asia/Shanghai ...@@ -43,7 +43,7 @@ ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 宋体 # 宋体
RUN curl http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/fonts/install.sh | sh RUN curl http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/fonts/install.sh | sh
# alias # alias
RUN echo "export PS1='\[\033[m\][\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\[\033[m\]]\[\033[m\]# '" >> ~/.bash_profile RUN echo "export PS1='\[\033[m\][\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\[\033[m\]]\[\033[m\]# '" >> ~/.bash_profile
......
#!/bin/sh -eu #!/bin/sh -eu
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/run.sh | sh
#!/bin/sh -eu #!/bin/sh -eu
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/run.sh | sh
#!/bin/sh #!/bin/sh
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/java/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/java/run.sh | sh
\ No newline at end of file \ No newline at end of file
#!/bin/sh #!/bin/sh
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/lua-ui/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/lua-ui/run.sh | sh
\ No newline at end of file \ No newline at end of file
#!/bin/sh #!/bin/sh
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/nodejs/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/nodejs/run.sh | sh
\ No newline at end of file \ No newline at end of file
#!/bin/sh #!/bin/sh
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh
\ No newline at end of file \ No newline at end of file
#!/bin/sh #!/bin/sh
curl -sSL http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/dev/tools/eos/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/tools/eos/run.sh | sh
\ No newline at end of file \ No newline at end of file
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