diff --git a/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md b/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md index 60cf4f0e25..3de4fcb6bd 100644 --- a/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md +++ b/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md @@ -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).