1
0
mirror of https://github.com/mveril/qp-demo synced 2024-07-22 18:57:32 +02:00

Delete the compile-no-cache command which no longer applies

This commit is contained in:
Mickaël Véril 2021-04-30 13:28:42 +02:00
parent 22a1d76ef2
commit ade4c84c79

View File

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