mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
chore: update
This commit is contained in:
@@ -7,12 +7,12 @@ FROM v2fly/v2fly-core:latest
|
||||
|
||||
# CMD /configure.sh
|
||||
|
||||
ADD v2rayconf.sh .
|
||||
ADD v2rayconf.sh /v2rayconf.sh
|
||||
|
||||
ARG UUID
|
||||
ENV UUID=$UUID
|
||||
|
||||
RUN touch /etc/v2ray/config.json
|
||||
RUN v2rayconf.sh
|
||||
RUN /v2rayconf.sh
|
||||
|
||||
CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]
|
||||
|
||||
Reference in New Issue
Block a user