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:32:54 +0300
committerHo3ein <ho3ein.sanaei@gmail.com>2023-05-08 09:34:47 +0300
commitbb9a10051fcf4513bd6eb0192fe9946943778922 (patch)
tree6af5de0c628ebd0e539d6e1fe3a9141086d44771 /Dockerfile
parent5c6406ab58517a34180ea6ae2d2e401bca112d9d (diff)
👷 Added Docker CI
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 876c4a57..5065bb88 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,6 @@
# Use the official Golang image as the base image
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
ARG TARGETOS TARGETARCH
-RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"
# Set up the working directory
WORKDIR /app