sitediff
sitediff copied to clipboard
Docker run can not load sitediff/cli
2024-08-01
docker run --platform linux/amd64 -p 13080:13080 -t -d --name sitediff evolvingweb/sitediff:latest
docker exec -it sitediff /bin/bash
when i try to sidediff commend error with
// sitediff help
<internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- sitediff/cli (LoadError)
from <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /usr/local/bundle/gems/sitediff-1.2.9/bin/sitediff:9:in `<top (required)>'
from /usr/local/bundle/bin/sitediff:25:in `load'
from /usr/local/bundle/bin/sitediff:25:in `<main>'
and i rollback to evolvingweb/sitediff:1.0.0
, it works fine