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