فهرست منبع

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