Merge pull request #225 from ngaro/dockerrebuild

Change rebuild target
main
Aurélien Geron 2021-03-02 17:48:37 +13:00 committed by GitHub
commit 0a40b6b051
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ exec:
build: stop .FORCE build: stop .FORCE
docker-compose build docker-compose build
rebuild: stop .FORCE rebuild: stop .FORCE
docker-compose build --force-rm docker-compose build --no-cache
stop: stop:
docker stop handson-ml2 || true; docker rm handson-ml2 || true; docker stop handson-ml2 || true; docker rm handson-ml2 || true;
.FORCE: .FORCE: