浏览代码

fix: add blazehttp tools to docker image

delong.wang 1 年之前
父节点
当前提交
210005584a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -61,7 +61,9 @@ RUN sed -i 's/access_log/access_log off; #/' /etc/nginx/nginx.conf
 RUN nginx -t
 
 COPY release /app/release
-COPY blazehttp /app/blazehttp
+# 需要提前编译 blaze
+# cd blaze; ./build.sh
+COPY blazehttp/build /app/blazehttp
 
 COPY website /app
 WORKDIR /app