diff --git a/Dockerfile b/Dockerfile index c7a864e7..10f961a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . /clash-src WORKDIR /clash-src RUN go mod download &&\ make docker &&\ - mv ./bin/Clash.Meta-docker /clash + mv ./bin/clash.meta-docker /clash FROM alpine:latest LABEL org.opencontainers.image.source="https://github.com/MetaCubeX/Clash.Meta"