Commit a8ccd2f4 authored by daidekun's avatar daidekun

集成阿波罗配置

parent 2a8b750a
...@@ -21,9 +21,9 @@ COPY docker-entrypoint.sh . ...@@ -21,9 +21,9 @@ COPY docker-entrypoint.sh .
COPY ./*.jar /home/quant_group/project/app.jar COPY ./*.jar /home/quant_group/project/app.jar
COPY ./application.properties /home/quant_group/project/ COPY ./application.properties /home/quant_group/project/
# 阿波罗配置相关 # 阿波罗配置相关
# RUN mkdir -p /opt/settings/ RUN mkdir -p /opt/settings/
# COPY ./server.properties /opt/settings/ COPY ./server.properties /opt/settings/
# COPY ./config/application.properties /home/quant_group/project/config/ COPY ./config/application.properties /home/quant_group/project/config/
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
......
env = dev env = dev
idc = 192.168.4.154 idc = k8s
\ 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