mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +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
|
||||
docker-compose build --force-rm
|
||||
stop:
|
||||
docker stop handson-ml || true
|
||||
docker stop handson-ml || true; docker rm handson-ml || true;
|
||||
.FORCE:
|
||||
|
||||
Reference in New Issue
Block a user