From 8c06c98917d5dceb106f8621fb562b06c2e80f29 Mon Sep 17 00:00:00 2001 From: Amol Date: Fri, 2 Aug 2024 17:00:52 +0530 Subject: [PATCH] build: Update Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08e0bbc23..6510b10a8 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,6 @@ build: HOST=${HOST} docker compose up --build --force-recreate run: + @echo "Building with HOST=${HOST}" cp .env.local_dev .env - docker compose up -d \ No newline at end of file + docker compose up -d