chore: update

This commit is contained in:
zizifn
2020-12-13 21:07:45 +08:00
committed by zizifn3
parent 1460c8fdfe
commit be72bd6b25

View File

@@ -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" ]