changed caching to off
This commit is contained in:
parent
e12cf2088e
commit
bc5eb7613b
@ -191,7 +191,7 @@ cleanall: clean
|
|||||||
rm -rf System.Reflection.Metadata.* System.Collections.Immutable.*
|
rm -rf System.Reflection.Metadata.* System.Collections.Immutable.*
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
docker build --no-cache=false -t image_ps .
|
docker build --no-cache=true -t image_ps .
|
||||||
$(eval INSTANCE_ID := $(shell docker inspect -f '{{.Id}}' image_ps))
|
$(eval INSTANCE_ID := $(shell docker inspect -f '{{.Id}}' image_ps))
|
||||||
|
|
||||||
docker-run: docker-build
|
docker-run: docker-build
|
||||||
|
Loading…
Reference in New Issue
Block a user