Merge pull request #225 from ngaro/dockerrebuild

Change rebuild target
This commit is contained in:
Aurélien Geron
2021-03-02 17:48:37 +13:00
committed by GitHub

View File

@@ -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: