From 1f1e600afeb0bd89d3c4f08cc756905ed415dfb1 Mon Sep 17 00:00:00 2001 From: Victor Barros Date: Thu, 30 Jan 2025 13:39:37 -0500 Subject: [PATCH] fix build docker image command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3047f11..613e9f1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ _**Note:** You must be a super-admin for the account that you want to install th 1. Build an image of the quickstart app ``` -$ docker build -t hs-oauth-quickstart:latest git://github.com/HubSpot/oauth-quickstart-nodejs.git +$ docker build -t hs-oauth-quickstart:latest https://github.com/HubSpot/oauth-quickstart-nodejs.git ``` 2. Run a container with the new image