Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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/
|
| 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 |
|