Commit 6ede9753 authored by xuezj's avatar xuezj

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

parents d873a13c 55e624c9
......@@ -17,7 +17,6 @@ ENV BUILD_SCHEMA=$BUILD_SCHEMA
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY docker-entrypoint.sh .
COPY run.sh .
COPY --from=0 /code/* /home/quant_group/project/
CMD ["sh", "docker-entrypoint.sh"]
\ No newline at end of file
#!/bin/bash
echo 172.30.10.23 git.quantgroup.cn >> /etc/hosts
# curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/java.sh -o run.sh
echo 154.8.170.64 git.quantgroup.cn >> /etc/hosts
curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/java.sh -o run.sh
sh run.sh
#!/bin/bash
echo 172.30.10.23 git.quantgroup.cn >> /etc/hosts
echo 154.8.170.64 git.quantgroup.cn >> /etc/hosts
curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/nodejs.sh -o run.sh
sh run.sh
......@@ -30,8 +30,5 @@ RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY --from=0 /code/* /home/quant_group/
COPY docker-entrypoint.sh .
COPY run.sh .
COPY replace.py .
COPY replace_config.yaml .
RUN chmod +x ./docker-entrypoint.sh
CMD ./docker-entrypoint.sh
\ No newline at end of file
#!/bin/bash
echo 172.30.10.23 git.quantgroup.cn >> /etc/hosts
# curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/ui.sh -o run.sh
curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/ui.sh -o run.sh
sh run.sh
......@@ -10,7 +10,7 @@ rule: &rule
useHost: false
order: 0
lkbDomain: &lkbDomain '.liangkebang.com'
lkbDomain: &lkbDomain '.lkbang.net'
# 替换xyqbapi
xyqbApiRule: &xyqbApiRule
......@@ -59,7 +59,7 @@ staticRule: &staticRule
# 神测用户采集
bnRule: &bnRule
<<: *rule
reg: 'bn[-/0-9a-z.]*liangkebang.com'
reg: 'bn[-/0-9a-z.]*lkbang.net'
to: 'bn.xyqb.com'
order: 8
......
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