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 bdb2266 commit 599a03a
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 /tmp/v2ray.tgz
rm -rf v2ray-core /tmp/v2ray.tgz

CMD nohup tor & \
v2ray -config $CONFIG

0 comments on commit 599a03a

Please sign in to comment.