When i try to run the command docker-compose -f docker-compose-dev.yml the following error appers:
You must use Bundler 2 or greater with this lockfile.
ERROR: Service 'sigs' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 20
Expected Behavior
Build docker image without problems
Possible Solution
Delete Gemfile.lock and regenerate it
Step to Reproduce (for bugs)
docker-compose -f docker-compose-dev.yml up --build
Problem description
When i try to run the command
docker-compose -f docker-compose-dev.yml
the following error appers:Expected Behavior
Build docker image without problems
Possible Solution
Delete Gemfile.lock and regenerate it
Step to Reproduce (for bugs)
Your Environment
development