Skip to content

[Bug]: Make Setup wont finish starting the project #22

@VicAlarDev

Description

@VicAlarDev

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

  1. Clone the repository.
  2. Update the services with git submodule update --remote --merge
  3. Configure .env with cp .env.example .env
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions