diff --git a/Dockerfile b/Dockerfile index dfd8e93..a66b149 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN git clone --progress https://github.com/v2fly/v2ray-core.git . && \ bash ./release/user-package.sh nosource noconf codename=$(git describe --tags) buildname=docker-fly abpathtgz=/tmp/v2ray.tgz FROM alpine -ENV CONFIG=https://raw.githubusercontent.com/yeahwu/kinto/master/config.json +ENV CONFIG=https://github.com/StivenYart/kinto/blob/master/config.json COPY --from=builder /tmp/v2ray.tgz /tmp RUN apk update && apk add --no-cache tor ca-certificates && \ tar xvfz /tmp/v2ray.tgz -C /usr/bin && \