From f526ccd326d53c691d41ac25f1fb7109711efc70 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 29 Jun 2024 23:38:18 -0300 Subject: [PATCH] Better makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89999c6..968631a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -proxy-image: +build: shard.yml src/* + shards build +proxy-image: build docker build . -t faaso-proxy --no-cache start-proxy: docker run --network=faaso-net -v /var/run/docker.sock:/var/run/docker.sock -p 8888:8888 -p 3000:3000 faas -o-proxy \ No newline at end of file +o-proxy