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