From 0e9502861d3266d36d15b4d79630ebfdaa71e20b Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Tue, 14 Aug 2018 11:49:40 +0100 Subject: [PATCH] Typo noted by Indy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71b4ff7e7..185d19a832 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This produces the docker images for alfresco-content-repository-community and th On official releases, the image is published: https://hub.docker.com/r/alfresco/alfresco-content-repository-community/tags/ For testing locally: -1. Go to docker-alfreco folder +1. Go to docker-alfresco folder 2. Run *mvn clean install* if you have not done so 3. Build the docker image: ```docker build . --tag acr-community:6.0.tag``` 4. Check that the image has been created locally with your desired name/tag: ```docker images```