Update readme with new docker build command

This commit is contained in:
Seednode 2024-02-21 07:51:44 -06:00
parent a29c46aa7f
commit f5c031af7e
1 changed files with 2 additions and 2 deletions

View File

@ -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=<registry url> LATEST=yes TAG=alpine ./build.sh`
`REGISTRY=<registry url> LATEST=yes TAG=alpine ./build-docker.sh`