caipin 2 年之前
父節點
當前提交
6cf36c2c58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/Dockerfile

+ 1 - 1
deployment/Dockerfile

@@ -25,7 +25,7 @@ RUN apk update && apk upgrade \
     && apk add nginx \
     && mkdir /run/nginx  \
     && touch /run/nginx.pid && \
-    chmod 755 /run.sh && \
+    # chmod 755 /run.sh && \
     apk del m4 autoconf make gcc g++ linux-headers
 
 RUN find / -name ngnix.pid