Skip to content

Commit fc5d38d

Browse files
committed
Makefile test deleting old containers
1 parent 8b5e360 commit fc5d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
docker build -t $(NAME):$(VERSION) .
1010

1111
test:
12-
docker run -p 5567:5566 -i -t --env tors=10 $(NAME):$(VERSION) /bin/bash
12+
docker run --rm -p 5567:5566 -i -t --env tors=10 $(NAME):$(VERSION) /bin/bash
1313

1414
pull:
1515
git pull origin master

0 commit comments

Comments
 (0)