Description
The setup process fails during the database seeding stage (seed-crm). The execution is interrupted because the container's entrypoint script (rails.sh) attempts to invoke the /bin/bash binary, which is not present in the container's operating system.
Affected Service
Docker / Setup
Steps to Reproduce
- Clone the repository.
- Update the services with git submodule update --remote --merge
- Configure .env with
cp .env.example .env
- Start the setup
make setup
Expected Behavior
It should start the whole project
Actual Behavior
Bundle complete! 127 Gemfile dependencies, 360 gems now installed.
Bundled gems are installed into /gems
2 installed gems you directly depend on are looking for funding.
Run bundle fund for details
- BUNDLE='bundle check'
- bundle check
Found no changes, using resolution from the lockfile
The Gemfile's dependencies are satisfied
- exec bash -c 'bundle exec rails db:prepare && bundle exec rails db:seed'
docker/entrypoints/rails.sh: exec: line 34: bash: not found
make[1]: *** [Makefile:108: seed-crm] Error 127
make: *** [Makefile:41: setup] Error 2
Environment
- OS: Ubuntu
- Docker version: 29.2.1, build a5c7197
- Browser:
Screenshots
No response
Relevant Logs
Description
The setup process fails during the database seeding stage (seed-crm). The execution is interrupted because the container's entrypoint script (rails.sh) attempts to invoke the /bin/bash binary, which is not present in the container's operating system.
Affected Service
Docker / Setup
Steps to Reproduce
cp .env.example .envmake setupExpected Behavior
It should start the whole project
Actual Behavior
Bundle complete! 127 Gemfile dependencies, 360 gems now installed.
Bundled gems are installed into
/gems2 installed gems you directly depend on are looking for funding.
Run
bundle fundfor detailsFound no changes, using resolution from the lockfile
The Gemfile's dependencies are satisfied
docker/entrypoints/rails.sh: exec: line 34: bash: not found
make[1]: *** [Makefile:108: seed-crm] Error 127
make: *** [Makefile:41: setup] Error 2
Environment
Screenshots
No response
Relevant Logs