Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritspooya <fallenangel201190@yahoo.com>2023-05-08 03:55:14 +0300
committerHo3ein <ho3ein.sanaei@gmail.com>2023-05-08 09:34:47 +0300
commit0a8cf7e41bb712b6ac6d410ff6e129d2e252535f (patch)
tree5583c36c466aa6941f71cde30808aa0d4062f500 /Dockerfile
parentabd48551fd87f0a2c5770de8c07273a4c2964385 (diff)
👷 Added Docker CI
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8f499c0b..64d57d78 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o xui-release-$TARGETARCH -v mai
FROM ubuntu:20.04
# Set up the working directory
WORKDIR /app
-
+ARG TARGETOS TARGETARCH
# Copy the X-ui binary and required files from the builder stage
COPY --from=builder /app/xui-release-$TARGETARCH /app/x-ui/xui-release
COPY x-ui.service /app/x-ui/x-ui.service