From f2bab029eaa33119bcaa83f32bda5ca671c22a70 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 4 Jul 2024 20:23:30 -0300 Subject: [PATCH] Build with cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fba976..3057233 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: shard.yml $(wildcard src/**/*cr) shards build proxy: build - docker build . -t faaso-proxy --no-cache + docker build . -t faaso-proxy start-proxy: docker run --name faaso-proxy-one --rm --network=faaso-net -v /var/run/docker.sock:/var/run/docker.sock -v secrets:/home/app/secrets -p 8888:8888 faaso-proxy