Commit b00558c3 authored by daidekun's avatar daidekun

fixbugs

parent ddbc5e86
...@@ -12,11 +12,11 @@ ENV BRANCH_NAME=$BRANCH_NAME ...@@ -12,11 +12,11 @@ ENV BRANCH_NAME=$BRANCH_NAME
WORKDIR /home/quant_group WORKDIR /home/quant_group
RUN mkdir project/ \ RUN mkdir project/
mkdir logs/ \ RUN mkdir logs/
mkdir project/config/ \ RUN mkdir project/config/
mkdir -p /opt/settings/ \ RUN mkdir -p /opt/settings/
echo "BUILD_NUMBER: ${BUILD_NUMBER},SYSTEM_NAME: ${SYSTEM_NAME},BRANCH_NAME: ${BRANCH_NAME}" >> ./build_info RUN echo "BUILD_NUMBER: ${BUILD_NUMBER},SYSTEM_NAME: ${SYSTEM_NAME},BRANCH_NAME: ${BRANCH_NAME}" >> ./build_info
EXPOSE 22 80 3000 5005 9001 EXPOSE 22 80 3000 5005 9001
......
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