mirror of
https://github.com/mveril/qp-demo
synced 2024-12-22 20:35:26 +01:00
Delete the compile-no-cache command which no longer applies
This commit is contained in:
parent
22a1d76ef2
commit
ade4c84c79
3
Makefile
3
Makefile
@ -7,9 +7,6 @@ default:
|
|||||||
no-cache:
|
no-cache:
|
||||||
docker build -t $(IMAGE) --no-cache .
|
docker build -t $(IMAGE) --no-cache .
|
||||||
|
|
||||||
compile-no-cache:
|
|
||||||
docker build -t $(IMAGE) -f Dockerfile.compile --no-cache . .
|
|
||||||
|
|
||||||
network:
|
network:
|
||||||
docker network create -o "com.docker.network.bridge.enable_icc"="false" $(NETWORK)
|
docker network create -o "com.docker.network.bridge.enable_icc"="false" $(NETWORK)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user