fixed command for image build
This commit is contained in:
parent
1e39faa6b6
commit
cf27ed086b
@ -15,7 +15,7 @@ build-image:
|
|||||||
$(MAKE) .docker-image
|
$(MAKE) .docker-image
|
||||||
|
|
||||||
.docker-image:
|
.docker-image:
|
||||||
docker build --no-cache=$(NO_CACHE)-t $(IMAGE) docker
|
docker build --no-cache=$(NO_CACHE) -t $(IMAGE) docker
|
||||||
@ docker images -q $(IMAGE) > $@
|
@ docker images -q $(IMAGE) > $@
|
||||||
|
|
||||||
clean: clean-packages clean-image
|
clean: clean-packages clean-image
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user