Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qist committed Jun 24, 2024
1 parent 0a81569 commit dac49c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ COPY .github/docker/files/DockerInit.sh /app/DockerInit.sh
ENV CGO_ENABLED=1
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
RUN go build -o build/xray-ui main.go
RUN ./DockerInit.sh "$TARGETARCH"
RUN chmod +x ./DockerInit.sh && \
./DockerInit.sh "$TARGETARCH"

# ========================================================
# Stage: Final Image of xray-ui
Expand Down

0 comments on commit dac49c2

Please sign in to comment.