Commit 0d1cf502 authored by daidekun's avatar daidekun

文件拷贝

parent f1dc4c14
......@@ -16,7 +16,13 @@ RUN echo "BUILD_NUMBER: ${BUILD_NUMBER},SYSTEM_NAME: ${SYSTEM_NAME},BRANCH_NAME:
EXPOSE 80
RUN mkdir -p /usr/local/openresty/nginx/conf/conf.d/ \
mkdir -p /usr/local/openresty/nginx/lua
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
COPY *.vh.conf /usr/local/openresty/nginx/conf/conf.d/
COPY *.lua /usr/local/openresty/nginx/lua
COPY docker-entrypoint.sh .
COPY *tgz ./
......
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