Fix README

The README instructs the user to overwrite the TAG variable to set the
tag on `make container`. However, the user should actually overwrite the
`VERSION` variable.
This commit is contained in:
mattjmcnaughton 2018-05-31 20:57:00 -04:00 committed by Tim Hockin
parent 9253fe3c3c
commit 71ea5e8473
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ symlink.
``` ```
# build the container # build the container
make container REGISTRY=registry TAG=tag make container REGISTRY=registry VERSION=tag
# run the container # run the container
docker run -d \ docker run -d \