From cd868b1c86786057e0cbb5099353810d42330fd1 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 5 Jul 2024 16:35:42 -0300 Subject: [PATCH] Use make, build always the same way --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8a726a6..876830c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ build: shard.yml $(wildcard src/**/*) $(runtimes/**/*) shards build cat .rucksack >> bin/faaso + cat .rucksack >> bin/faaso-daemon proxy: build docker build . -t faaso-proxy start-proxy: