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
/
crupest-v2ray
/
Dockerfile
blob: 003b545ccbb511ea8ac3968caf7c2143be098f3a (
plain
)
1
2
3
4
5
6
FROM
alpine:edge
RUN
apk
add
--no-cache
v2ray
ENTRYPOINT
[
"/usr/bin/v2ray"
]