Commit ed2ed556 authored by zhijie.xue's avatar zhijie.xue

修复微前端配置无效的问题

parent 4dc3e885
...@@ -20,5 +20,9 @@ RUN mkdir -p /home/quant_group/dist \ ...@@ -20,5 +20,9 @@ RUN mkdir -p /home/quant_group/dist \
&& cp /usr/local/openresty/nginx/html/index.html /home/quant_group/dist && cp /usr/local/openresty/nginx/html/index.html /home/quant_group/dist
COPY nginx.conf /usr/local/openresty/nginx/conf/ COPY nginx.conf /usr/local/openresty/nginx/conf/
# COPY default.conf /etc/nginx/conf.d/
COPY micro.conf /etc/nginx/conf.d/ #COPY default.conf /etc/nginx/conf.d/
# 微前端配置
COPY micro.conf /etc/nginx/conf.d/default.conf
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