Merge pull request #8050 from stuartcrobinson/patch-1

typo in "Get Started, Part 2": extraneous 'a'
This commit is contained in:
L-Hudson 2019-01-18 11:41:36 -05:00 committed by GitHub
commit 1d2ee7a317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Dockerfile app.py requirements.txt
``` ```
Now run the build command. This creates a Docker image, which we're going to Now run the build command. This creates a Docker image, which we're going to
name using the `--tag` option. Use `-t` if you want to use the a shorter option. name using the `--tag` option. Use `-t` if you want to use the shorter option.
```shell ```shell
docker build --tag=friendlyhello . docker build --tag=friendlyhello .