Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahwu authored Aug 29, 2020
1 parent e2cbf5e commit 49042a3
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 @@ -9,7 +9,7 @@ ENV CONFIG=https://raw.githubusercontent.com/yeahwu/kinto/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 && \
rm -rf /go/src/v2ray.com/core/v2ray-core /tmp/v2ray.tgz
rm -rf /tmp/v2ray.tgz

CMD nohup tor & \
v2ray -config $CONFIG

0 comments on commit 49042a3

Please sign in to comment.