Skip to content

Commit

Permalink
feat: make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Feb 10, 2024
1 parent 30941fc commit 24574d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ start: ## start docker
@docker compose up -d
restart: ## restart docker and recreate
@docker compose up -d --force-recreate
clean:
@$(MAKE) -s stop
@docker volume rm elasticms_demo_${ELK_VERSION}_data01 elasticms_demo_${ELK_VERSION}_data02 elasticms_demo_${ELK_VERSION}_data03 elasticms_demo_postgres elasticms_demo_redis elasticms_demo_s3
@rm -Rf dist/
@rm -Rf node_modules/
stop: ## stop docker
@docker compose down
status: ## status docker
Expand Down

0 comments on commit 24574d8

Please sign in to comment.