Update readme with new docker build command
This commit is contained in:
parent
a29c46aa7f
commit
f5c031af7e
|
@ -183,6 +183,6 @@ Flags:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building the Docker container
|
## 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`
|
||||||
|
|
Loading…
Reference in New Issue