Skip to content

Commit

Permalink
delete docker_debug and docker_down_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saza-ku committed Aug 21, 2024
1 parent cea236b commit ec1df6c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,10 @@ docker_up_local:
.PHONY: docker_build_and_up
docker_build_and_up: docker_build docker_up_local

.PHONY: docker_debug
docker_debug: docker_build
docker compose -f docker-compose-local.yml --profile debug up -d

.PHONY: docker_down
docker_down:
docker compose down --volumes

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

.PHONY: docker_down_debug
docker_down_debug:
docker compose -f docker-compose-local.yml --profile debug down

0 comments on commit ec1df6c

Please sign in to comment.