This commit is contained in:
parent
97b805b422
commit
88fb444cfb
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -57,9 +57,9 @@ clean:
|
|||
@echo "$(CHECK) Cleanup complete"
|
||||
|
||||
docker-clean:
|
||||
@echo "$(CLEAN) Cleaning Docker artifacts..."
|
||||
@docker-compose down --rmi all --volumes
|
||||
@echo "$(CHECK) Docker cleanup complete"
|
||||
@echo "$(CLEAN) Cleaning Docker artifacts..."
|
||||
@docker-compose down --rmi all --volumes
|
||||
@echo "$(CHECK) Docker cleanup complete"
|
||||
|
||||
swaggergen: ensure-swag
|
||||
@echo "$(DOCS) Generating Swagger documentation..."
|
||||
|
|
Loading…
Add table
Reference in a new issue