From f5c031af7e655fe974f8420a021ec79bcd9a7c2f Mon Sep 17 00:00:00 2001 From: Seednode Date: Wed, 21 Feb 2024 07:51:44 -0600 Subject: [PATCH] Update readme with new docker build command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a238a8f..10e19d5 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,6 @@ Flags: ``` ## Building the Docker container -From inside the `docker/` subdirectory, build the image using the following command: +From inside the cloned repository, build the image using the following command: -`REGISTRY= LATEST=yes TAG=alpine ./build.sh` +`REGISTRY= LATEST=yes TAG=alpine ./build-docker.sh`