From 77692e029846df3808d8865a9b3e2ec6f67ba218 Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 01:18:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 676ea92c..310dbf21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin && wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat \ && wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat \ && wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat \ - && mv xray xray-linux-\${TARGETARCH} + && mv xray xray-linux-${TARGETARCH} WORKDIR /app RUN chmod +x /app/x-ui/x-ui.sh