Commit 3f50b4de authored by 智勇's avatar 智勇

fix

parent d57fefbf
......@@ -5,6 +5,7 @@ FROM primetoninc/jdk:1.8
LABEL maintainer=""
USER root
WORKDIR /home/quant_group
# 解决时区问题
ENV TZ=Asia/Shanghai
......@@ -22,6 +23,6 @@ RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY docker-entrypoint.sh .
RUN chmod +x ./docker-entrypoint.sh
COPY --from=0 /code/* /home/quant_group/
COPY --from=0 /code/* /home/quant_group/project/
CMD ./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