StarrySkyWorld commited on
Commit
59ca1fc
·
verified ·
1 Parent(s): cb44554

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apk add --no-cache git ca-certificates
5
 
6
  WORKDIR /src
7
 
8
- ARG REPO_URL=https://github.com/Starry-Sky-World/CLIProxyAPI.git
9
  ARG REPO_REF=main
10
  RUN git clone --depth 1 --branch "${REPO_REF}" "${REPO_URL}" .
11
 
 
5
 
6
  WORKDIR /src
7
 
8
+ ARG REPO_URL=https://github.com/router-for-me/CLIProxyAPIPlus.git
9
  ARG REPO_REF=main
10
  RUN git clone --depth 1 --branch "${REPO_REF}" "${REPO_URL}" .
11