We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error like this:
docker logs f09d bundler: failed to load command: rackup (/usr/local/bundle/bin/rackup) Errno::ENOENT: No such file or directory @ rb_sysopen - config.yml /usr/local/lib/ruby/2.5.0/psych.rb:497:in initialize' /usr/local/lib/ruby/2.5.0/psych.rb:497:in open' /usr/local/lib/ruby/2.5.0/psych.rb:497:in load_file' /pg_web_stats/lib/pg_web_stats.rb:9:in initialize' /pg_web_stats/setup.rb:4:in new' /pg_web_stats/setup.rb:4:in <top (required)>' /pg_web_stats/config.ru:1:in require' /pg_web_stats/config.ru:1:in block in ' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:55:in instance_eval' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:55:in initialize' /pg_web_stats/config.ru:in new' /pg_web_stats/config.ru:in ' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:49:in eval' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:49:in new_from_string' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:40:in parse_file' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:319:in build_app_and_options_from_config' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:219:in app' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:354:in wrapped_app' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:283:in start' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:148:in start' /usr/local/bundle/gems/rack-2.0.4/bin/rackup:4:in <top (required)>' /usr/local/bundle/bin/rackup:23:in load' /usr/local/bundle/bin/rackup:23:in <top (required)>
bundler: failed to load command: rackup (/usr/local/bundle/bin/rackup) Errno::ENOENT: No such file or directory @ rb_sysopen - config.yml /usr/local/lib/ruby/2.5.0/psych.rb:497:in initialize' /usr/local/lib/ruby/2.5.0/psych.rb:497:in open' /usr/local/lib/ruby/2.5.0/psych.rb:497:in load_file' /pg_web_stats/lib/pg_web_stats.rb:9:in initialize' /pg_web_stats/setup.rb:4:in new' /pg_web_stats/setup.rb:4:in <top (required)>' /pg_web_stats/config.ru:1:in require' /pg_web_stats/config.ru:1:in block in
initialize' /usr/local/lib/ruby/2.5.0/psych.rb:497:in
load_file' /pg_web_stats/lib/pg_web_stats.rb:9:in
new' /pg_web_stats/setup.rb:4:in
require' /pg_web_stats/config.ru:1:in
instance_eval' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:55:in
new' /pg_web_stats/config.ru:in
eval' /usr/local/bundle/gems/rack-2.0.4/lib/rack/builder.rb:49:in
parse_file' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:319:in
app' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:354:in
start' /usr/local/bundle/gems/rack-2.0.4/lib/rack/server.rb:148:in
<top (required)>' /usr/local/bundle/bin/rackup:23:in
<top
I'm already to change config.yml.example to config.yml at the path "root" and "spec". I'm not a programer of ruby, so how can it run in docker?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error like this:
I'm already to change config.yml.example to config.yml at the path "root" and "spec".
I'm not a programer of ruby, so how can it run in docker?
The text was updated successfully, but these errors were encountered: