Commit 0def4220 authored by tower's avatar tower

fix

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