mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-31 12:07:49 +01:00
Remove image on stop
remove the image when you stop the container
This commit is contained in:
@@ -8,5 +8,5 @@ exec:
|
|||||||
build: stop .FORCE
|
build: stop .FORCE
|
||||||
docker-compose build --force-rm
|
docker-compose build --force-rm
|
||||||
stop:
|
stop:
|
||||||
docker stop handson-ml || true
|
docker stop handson-ml || true; docker rm handson-ml || true;
|
||||||
.FORCE:
|
.FORCE:
|
||||||
|
|||||||
Reference in New Issue
Block a user