Skip to content

Commit

Permalink
Local build: drop network alongside stopping imap server (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk authored Aug 4, 2022
1 parent c09e9c6 commit 4e2980c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ start-imap-server: wait-for-it
.PHONY: stop-imap-server
stop-imap-server:
docker stop ddeboer_imap_server
docker network rm ddeboer_imap_network

.PHONY: test
test: vendor
Expand Down

0 comments on commit 4e2980c

Please sign in to comment.