From 1b8df3c0a17bb4f23992f225deebc52508e14072 Mon Sep 17 00:00:00 2001 From: itspooya Date: Sun, 7 May 2023 21:30:58 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20Docker=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a1f877fb..676ea92c 100644 --- a/Dockerfile +++ b/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"]