Commit 6a9db486 authored by 智勇's avatar 智勇

up

parent 4b7b92f5
...@@ -11,7 +11,7 @@ ARG SYSTEM_NAME ...@@ -11,7 +11,7 @@ ARG SYSTEM_NAME
ENV SYSTEM_NAME=$SYSTEM_NAME ENV SYSTEM_NAME=$SYSTEM_NAME
ARG BUILD_SCHEMA ARG BUILD_SCHEMA
ENV BUILD_SCHEMA=$BUILD_SCHEMA ENV BUILD_SCHEMA=$BUILD_SCHEMA
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info RUN echo -e "${BUILD_SCHEMA}" >> ./build_info
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY --from=0 /code/* /home/quant_group/project/dist.tgz COPY --from=0 /code/* /home/quant_group/project/dist.tgz
......
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