Commit 9c24f0c9 authored by 智勇's avatar 智勇

up

parent 269f00b6
...@@ -16,7 +16,7 @@ RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info ...@@ -16,7 +16,7 @@ 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/
COPY *.lua /usr/local/openresty/nginx/lua/ COPY *.lua /usr/local/openresty/nginx/lua/
COPY *tgz . COPY *tgz ./
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh ./
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
CMD ./docker-entrypoint.sh 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