Commit e7834463 authored by tong.li's avatar tong.li

Merge branch 'master' of git.quantgroup.cn:QA/qg-dockerfiles

Conflicts:
	templates/lua-ui/Dockerfile
parents 719603ef 483b98f0
......@@ -7,6 +7,7 @@ RUN mkdir -p /usr/local/openresty/nginx/conf/conf.d/;mkdir -p /usr/local/openres
ENV NODE_ENV=test
ARG BUILD_SCHEMA
ARG SYSTEM_NAME
ENV BUILD_SCHEMA=$BUILD_SCHEMA
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
......@@ -17,4 +18,4 @@ COPY *.lua /usr/local/openresty/nginx/lua/
COPY *tgz .
COPY docker-entrypoint.sh .
RUN chmod +x ./docker-entrypoint.sh
CMD ./docker-entrypoint.sh
\ No newline at end of file
CMD ./docker-entrypoint.sh
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