Describe the bug
I tried to run the project on a fresh macOS install. When I run docker compose -f docker-compose_dev.yml up, the container crashes immediately.
To Reproduce
- Clone the repo.
- Run
docker compose -f docker-compose_dev.yml up --build
- See error in logs.
Error Log
sh: next: not found exited with code 127
Cause
The volume mapping - ./ui/:/home/node/app/ is overwriting the container's node_modules folder, deleting the installed dependencies.
