Commit ec46f6f9 authored by tower's avatar tower

fix

parent 15dbce79
......@@ -14,9 +14,8 @@ RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY docker-entrypoint.sh .
COPY ./*.jar /home/quant_group/project/app.jar
#COPY ./lib/* /home/quant_group/project/lib/
#COPY ./config/* /home/quant_group/project/config/
COPY ./ext/* /home/quant_group/project/
COPY ./lib/* /home/quant_group/project/lib/
COPY ./config/* /home/quant_group/project/config/
COPY ./application.properties /home/quant_group/project/application.properties
RUN chmod +x ./docker-entrypoint.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