You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(makefile): add volume management commands for Docker setup
- Introduced `ensure-volumes` target to create necessary bind-mount directories before starting services.
- Added `clean-volumes` target to remove created volume directories during cleanup.
- Updated `start`, `setup-cluster`, and `setup-cluster2` targets to ensure volumes are created as needed.
- Refactored cleanup process to use the new `clean-volumes` target for better organization.
0 commit comments