Skip to content

Commit

Permalink
add docker_down_local (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Aug 14, 2023
1 parent f54ce8c commit 0be3194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ docker_build_and_up: docker_build docker_up_local
.PHONY: docker_down
docker_down:
docker-compose down

.PHONY: docker_down_local
docker_down_local:
docker-compose -f docker-compose-local.yml down

0 comments on commit 0be3194

Please sign in to comment.