Commit 37194913 authored by 智勇's avatar 智勇

取消多段构建

parent c8a6d3ee
...@@ -16,7 +16,11 @@ ENV SYSTEM_NAME=$SYSTEM_NAME \ ...@@ -16,7 +16,11 @@ ENV SYSTEM_NAME=$SYSTEM_NAME \
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY --from=BUILD /code/* /home/quant_group/project/ # COPY --from=BUILD /code/* ./project/
COPY ./*.jar ./project/
COPY ./lib/* ./project/
COPY ./config/* ./project/
COPY ./application.properties ./project/
COPY readyCheck.sh . COPY readyCheck.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