浏览代码

👷 Added Docker CI

itspooya 1 年之前
父节点
当前提交
1b8df3c0a1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -48,6 +48,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin
  && mv xray xray-linux-\${TARGETARCH}
 
 WORKDIR /app
+RUN chmod +x /app/x-ui/x-ui.sh
 
 # Set the entrypoint
 ENTRYPOINT ["/app/x-ui/x-ui.sh"]