This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds-site.git
commit efa19677d066025c20455abfa45653209949c663 Author: Andrew Gaul <[email protected]> AuthorDate: Sun Feb 9 12:47:47 2025 -0800 Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44fc73e..9b6f4ac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ IMAGE := jclouds/site-builder MOUNTPOINT := /jclouds-site -image: ## Build the Docker image with all requirements to build and publish the sire +image: ## Build the Docker image with all requirements to build and publish the site docker build -t $(IMAGE) . build: ## Build and run the site locally
