mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fix the approach for clean up
This commit is contained in:
@@ -21,7 +21,7 @@ start-drivers: ## 2 - start BM Drivers
|
||||
start-all: start-manager start-drivers ## 3 - start BM Manager and Driver
|
||||
|
||||
clean: ## clean BM Manager and Drivers
|
||||
$(dc) -f docker-compose-manager.yml -f docker-compose-drivers.yml down
|
||||
$(dc) -f docker-compose-manager.yml down && $(dc) -f docker-compose-drivers.yml down
|
||||
|
||||
benchmark-prepare: ## 1 - prepare data with users/sites for benchmark
|
||||
./prepare-users.sh
|
||||
|
||||
Reference in New Issue
Block a user