v2hero icon indicating copy to clipboard operation
v2hero copied to clipboard

Dockerfile文件里面Run相关的命令应该改为如下

Open yuyujulin opened this issue 6 years ago • 2 comments

RUN apk add --no-cache --virtual .build-deps ca-certificates curl \
 && mkdir -m 777 /v2raybin \ 
 && cd /v2raybin \
 && curl -L -H "Cache-Control: no-cache" -o v2ray.zip https://github.com/v2ray/v2ray-core/releases/download/v$VER/v2ray-linux-64.zip \
 && unzip v2ray.zip \
 && chmod +x /v2raybin/v2ray \
 && rm -rf v2ray.zip \
 && chgrp -R 0 /v2raybin \
 && chmod -R g+rwX /v2raybin 
 
ADD entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh 

#ENTRYPOINT /entrypoint.sh

CMD /entrypoint.sh

yuyujulin avatar Oct 02 '19 12:10 yuyujulin

按照改过后的命令布署后,网速奇慢,只有十几K每秒,是怎么回事,请告知,不胜感激

mikejak avatar Oct 16 '19 11:10 mikejak

$ rake rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /home/travis/.rvm/gems/ruby-2.5.3@global/gems/rake-12.3.2/exe/rake:27:in <top (required)>' /home/travis/.rvm/gems/ruby-2.5.3@global/bin/ruby_executable_hooks:24:in eval' /home/travis/.rvm/gems/ruby-2.5.3@global/bin/ruby_executable_hooks:24:in `

' (See full trace by running task with --trace) The command "rake" exited with 1.

salviox avatar Nov 05 '19 16:11 salviox