Merge pull request #340 from KevinTangy/patch-1

Update 3_prepare_the_app.md with missing dots
This commit is contained in:
John Mulhausen 2016-10-25 16:50:08 -07:00 committed by GitHub
commit c041f74a5c
1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@ Next, we have to build this application to create an image. Run the following co
**Python quickstart**
```bash
$ docker build --tag quickstart-python
$ docker build --tag quickstart-python .
```
**Go quickstart**
```bash
$ docker build --tag quickstart-go
$ docker build --tag quickstart-go .
```
Next, we [Push the Docker image to Docker Cloud's Registry](4_push_to_cloud_registry.md).