Merge branch 'Alpha' into Beta
This commit is contained in:
commit
f4b0062dfc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ COPY . /clash-src
|
||||||
WORKDIR /clash-src
|
WORKDIR /clash-src
|
||||||
RUN go mod download &&\
|
RUN go mod download &&\
|
||||||
make docker &&\
|
make docker &&\
|
||||||
mv ./bin/Clash.Meta-docker /clash
|
mv ./bin/clash.meta-docker /clash
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL org.opencontainers.image.source="https://github.com/MetaCubeX/Clash.Meta"
|
LABEL org.opencontainers.image.source="https://github.com/MetaCubeX/Clash.Meta"
|
||||||
|
|
Loading…
Reference in a new issue