diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 03:26:09 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | a25137f215da573831ebb8b04165a9e787c94c61 (patch) | |
| tree | 05433e8e7767c4b65b0d2fb253da9d3ccc7d20ac /Dockerfile | |
| parent | 50c296eb28707da6e6d9001f4d2fdf26ce54f8e4 (diff) | |
👷 Added Docker CI
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ RUN echo "GOOS=$TARGETOS GOARCH=$TARGETARCH" > /app/.env COPY . . # Build the X-ui binary -RUN CGO_ENABLED=1 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o xui-release-$TARGETARCH -v main.go +RUN CGO_ENABLED=Û° GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o xui-release-$TARGETARCH -v main.go # Start a new stage using the base image FROM ubuntu:20.04 |
