Merge branch 'Alpha' into Beta

This commit is contained in:
metacubex 2023-01-12 02:14:49 +08:00
commit f4b0062dfc

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"