mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Change rebuild target
* --no-cache is needed to guarantee a full rebuild from scratch * --force-rm is not needed because rebuild calls the stop target
This commit is contained in:
@@ -8,7 +8,7 @@ exec:
|
||||
build: stop .FORCE
|
||||
docker-compose build
|
||||
rebuild: stop .FORCE
|
||||
docker-compose build --force-rm
|
||||
docker-compose build --no-cache
|
||||
stop:
|
||||
docker stop handson-ml2 || true; docker rm handson-ml2 || true;
|
||||
.FORCE:
|
||||
|
||||
Reference in New Issue
Block a user