Fix typo in build container readme

pull/10616/head
Chris Goller 2017-02-08 09:33:37 -06:00
parent a4aa900bf8
commit ada987bcf6
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")`