Commit e8b79d0c authored by 智勇's avatar 智勇

delete 'COPY run.sh'

parent dceb3a8a
......@@ -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
curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/java.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
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