Browse Source

fix: add blazehttp tools to docker image

delong.wang 1 year ago
parent
commit
210005584a
1 changed files with 3 additions and 1 deletions
  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