Commit 1d33306f authored by 智勇's avatar 智勇

up

parent 354e51d8
...@@ -15,10 +15,10 @@ RUN pip install -r requirements.txt \ ...@@ -15,10 +15,10 @@ RUN pip install -r requirements.txt \
&& yum clean all && yum clean all
# 拷贝nginx配置 # 拷贝nginx配置
COPY lua/*.lua /etc/nginx/lua/ COPY lua/*.lua /usr/local/openresty/nginx/lua/
ARG CONFIG=default.conf ARG CONFIG=default.conf
COPY conf/nginx.conf /usr/local/openresty/nginx/conf/ COPY conf/nginx.conf /usr/local/openresty/nginx/conf/
COPY conf/${CONFIG} /etc/nginx/conf.d/ COPY conf/${CONFIG} /usr/local/openresty/nginx//conf/conf.d/
ARG BUILD_SCHEMA ARG BUILD_SCHEMA
ENV BUILD_SCHEMA=$BUILD_SCHEMA ENV BUILD_SCHEMA=$BUILD_SCHEMA
......
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