From 60a16a643fa8071afe3e3c540cbccec3c0d26d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canda=C5=9F=20Minareci?= Date: Sun, 25 Jan 2026 21:10:08 +0200 Subject: [PATCH] Update readme for manual docker build. Updated Docker build command to include build argument for Node version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb460b6..54eb8ec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 1. `git clone https://github.com/CoolKit-Technologies/ha-addon.git` 2. `cd ha-addon/eWeLink_Smart_Home/` -3. `docker build . -t ewelink_smart_home` +3. `docker build . -t ewelink_smart_home --build-arg BUILD_FROM=node:25-alpine` 4. Run the code below. Replace `yourHomeAssistantUrl` with your current Home Assisant URL. ```