Fix typo in build container readme

pull/854/head^2
Chris Goller 2017-02-08 09:33:37 -06:00
parent 9db24ab075
commit 35e7b9ffad
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Our circle.yml uses this docker container to build, test and create release pack
### Updating new node/go versions
After updating the Dockerfile_build run
`docker build -t quay.io/influxdb/builder:chronograf-$(date "+%Y%m%d") -f Dockerfile_build`
`docker build -t quay.io/influxdb/builder:chronograf-$(date "+%Y%m%d") -f Dockerfile_build .`
and push to quay with:
`docker push quay.io/influxdb/builder:chronograf-$(date "+%Y%m%d")`