Commit b711411b authored by wentao.suo's avatar wentao.suo

edit dockerfile add copy application.properties

parent b4ca0e4a
......@@ -21,6 +21,7 @@ RUN echo "BUILD_TIME: ${BUILD_TIME} ,BUILD_NUMBER: ${BUILD_NUMBER},SYSTEM_NAME:
COPY docker-entrypoint.sh .
COPY ./*.jar /home/quant_group/project/app.jar
COPY ./application.properties /home/quant_group/project/application.properties
COPY ./server.properties /opt/settings/
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