index
:
crupest.git
ali
dev
main
crupest's personal main repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docker
/
v2ray
/
Dockerfile
blob: 250a6b883992f7d7de6890e043ca008b6eff4640 (
plain
)
1
2
3
4
5
FROM
alpine:edge
RUN
apk
add
--no-cache
v2ray
ENTRYPOINT
[
"/usr/bin/v2ray"
]