When attempting to start the client service, the docker container fails with the error Sass not found. See the screenshot below for details.
Steps taken
docker system prune -a # Clear cache
sudo pip install pre-commit
pre-commit install --hook-type pre-commit --hook-type pre-push --hook-type post-checkout
make DEV build start
OS: macOS 14.5

When attempting to start the
clientservice, the docker container fails with the error Sass not found. See the screenshot below for details.Steps taken
docker system prune -a# Clear cachesudo pip install pre-commitpre-commit install --hook-type pre-commit --hook-type pre-push --hook-type post-checkoutmake DEV build startOS: macOS 14.5