diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 00:48:23 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | 77692e029846df3808d8865a9b3e2ec6f67ba218 (patch) | |
| tree | d008bee9478a785a3898831ffe351457a762ab99 /Dockerfile | |
| parent | 7fd93e25fd5618bab77d6dc2e27b34d62408b338 (diff) | |
👷 Added Docker CI
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
