add docker_down

This commit is contained in:
Cayo Puigdefabregas 2023-11-03 13:52:44 +01:00
parent fd3014afd7
commit be4e1dc700
1 changed files with 3 additions and 0 deletions

View File

@ -50,3 +50,6 @@ docker_publish:
docker:
$(MAKE) docker_build
$(MAKE) docker_publish
docker_down:
docker compose down -v