From 062881b9a49985106a2ef7c72cd035e322232fe1 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 2 Nov 2022 13:57:26 +0000 Subject: [PATCH] Update docs --- build/docker/README.md | 3 ++- build/docker/images-build.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/docker/README.md b/build/docker/README.md index 14a9c8594..5ab48b47b 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -16,7 +16,8 @@ repository, run: ``` docker build . --target monolith -t matrixdotorg/dendrite-monolith docker build . --target polylith -t matrixdotorg/dendrite-monolith -docker build . --target demo-pinecone -t matrixdotorg/dendrite-monolith +docker build . --target demo-pinecone -t matrixdotorg/dendrite-demo-pinecone +docker build . --target demo-yggdrasil -t matrixdotorg/dendrite-demo-yggdrasil ``` ## Compose files diff --git a/build/docker/images-build.sh b/build/docker/images-build.sh index 1a8326151..d97a701ed 100755 --- a/build/docker/images-build.sh +++ b/build/docker/images-build.sh @@ -8,4 +8,5 @@ echo "Building tag '${TAG}'" docker build . --target monolith -t matrixdotorg/dendrite-monolith:${TAG} docker build . --target polylith -t matrixdotorg/dendrite-monolith:${TAG} -docker build . --target demo-pinecone -t matrixdotorg/dendrite-demo-pinecone:${TAG} \ No newline at end of file +docker build . --target demo-pinecone -t matrixdotorg/dendrite-demo-pinecone:${TAG} +docker build . --target demo-yggdrasil -t matrixdotorg/dendrite-demo-yggdrasil:${TAG} \ No newline at end of file