chore: adjust Dockerfile

This commit is contained in:
metacubex 2023-01-12 02:13:22 +08:00
parent 7d6991dd65
commit 633b9c0426

View file

@ -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"