Commit 4af504e8 authored by kalvin's avatar kalvin

UI构建问题

parent 0572220b
...@@ -6,17 +6,13 @@ WORKDIR /home/quant_group ...@@ -6,17 +6,13 @@ WORKDIR /home/quant_group
RUN mkdir -p /usr/local/openresty/nginx/conf/conf.d/;mkdir -p /usr/local/openresty/nginx/lua RUN mkdir -p /usr/local/openresty/nginx/conf/conf.d/;mkdir -p /usr/local/openresty/nginx/lua
ENV NODE_ENV=test ENV NODE_ENV=test
ARG BUILD_NUMBER ARG BUILD_SCHEMA
ARG SYSTEM_NAME ARG SYSTEM_NAME
ARG BRANCH_NAME
ARG BUILD_TIME
ENV BUILD_NUMBER=$BUILD_NUMBER ENV BUILD_SCHEMA=$BUILD_SCHEMA
ENV SYSTEM_NAME=$SYSTEM_NAME ENV SYSTEM_NAME=$SYSTEM_NAME
ENV BRANCH_NAME=$BRANCH_NAME
ENV BUILD_TIME=$BUILD_TIME
RUN echo "BUILD_TIME: ${BUILD_TIME} ,BUILD_NUMBER: ${BUILD_NUMBER},SYSTEM_NAME: ${SYSTEM_NAME},BRANCH_NAME: ${BRANCH_NAME}" >> ./build_info RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
COPY *.vh.conf /usr/local/openresty/nginx/conf/conf.d/ COPY *.vh.conf /usr/local/openresty/nginx/conf/conf.d/
......
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