Commit b235805e authored by daidekun's avatar daidekun

fixbugs

parent b38e5f86
......@@ -3,19 +3,16 @@ MAINTAINER kalvin "dekun.dai@quantgroup.cn"
USER root
ARG BUILD_NUMBER
ARG BUILD_NAME SYSTEM_NAME BRANCH_NAME SAFE_SYSTEM_NAME
WORKDIR /home/quant_group
RUN mkdir project/
RUN mkdir logs/
RUN mkdir project/config/
RUN echo "${BUILD_NUMBER}" >> ./version.txt
RUN echo "BUILD_NAME: ${BUILD_NAME},SYSTEM_NAME: ${SYSTEM_NAME},BRANCH_NAME: ${BRANCH_NAME}" >> ./build_info.json
EXPOSE 80
EXPOSE 3000
EXPOSE 5005
EXPOSE 9001
EXPOSE 22 80 3000 5005 9001
COPY docker-entrypoint.sh .
COPY ./*.jar /home/quant_group/project/app.jar
......
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