Commit a436fd4b authored by 智勇's avatar 智勇

COPY run.sh

parent 354fc25b
...@@ -17,6 +17,7 @@ ENV BUILD_SCHEMA=$BUILD_SCHEMA ...@@ -17,6 +17,7 @@ ENV BUILD_SCHEMA=$BUILD_SCHEMA
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 run.sh .
COPY --from=0 /code/* /home/quant_group/project/ COPY --from=0 /code/* /home/quant_group/project/
CMD ["sh", "docker-entrypoint.sh"] CMD ["sh", "docker-entrypoint.sh"]
\ No newline at end of file
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