Skip to content

Commit

Permalink
chore: adjust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stitchrs committed Jan 11, 2023
1 parent 7d6991d commit 633b9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 633b9c0

Please sign in to comment.