Update part2.md

Wording cleanup.
This commit is contained in:
Anne Henmi 2019-01-01 17:58:27 -07:00 committed by GitHub
parent 48f1f64636
commit 77e1c3d700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@ Dockerfile app.py requirements.txt
```
Now run the build command. This creates a Docker image, which we're going to
name using the `-t`/`--tag` option, so it has a human-friendly name rather than
just an ID.
name using the `--tag` option. Use `-t` if you want to use the a shorter option.
```shell
docker build --tag=friendlyhello .