mirror of https://github.com/docker/docs.git
Merge pull request #340 from KevinTangy/patch-1
Update 3_prepare_the_app.md with missing dots
This commit is contained in:
commit
c041f74a5c
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue