Skip to content

Commit

Permalink
Fix make clean to remove volumes (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
takumihara authored Nov 13, 2023
1 parent f955c2a commit d78abfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rebuild:

.PHONY: clean
clean:
docker compose down --rmi all --volumes --remove-orphans
docker compose down -f compose.yml -f compose.dev.yml --rmi all --volumes --remove-orphans

.PHONY: test
test: build unit e2e front
Expand Down

0 comments on commit d78abfa

Please sign in to comment.