Commit 741cb193 authored by kalvin's avatar kalvin

移除xml支持

parent 2f56d28c
...@@ -23,7 +23,7 @@ COPY docker-entrypoint.sh . ...@@ -23,7 +23,7 @@ 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/application.properties COPY ./application.properties /home/quant_group/project/application.properties
COPY ./server.properties /opt/settings/ COPY ./server.properties /opt/settings/
COPY ./*.xml /home/quant_group/project/ # COPY ./*.xml /home/quant_group/project/
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
CMD ./docker-entrypoint.sh CMD ./docker-entrypoint.sh
\ 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