diff --git a/docker/hub/images-build.sh b/docker/hub/images-build.sh index d94ec2f72..820eb7645 100755 --- a/docker/hub/images-build.sh +++ b/docker/hub/images-build.sh @@ -2,7 +2,7 @@ cd $(git rev-parse --show-toplevel) -#docker build -f docker/hub/Dockerfile -t matrixdotorg/dendrite:latest . +docker build -f docker/hub/Dockerfile -t matrixdotorg/dendrite:latest . docker build -t matrixdotorg/dendrite:clientapi --build-arg component=dendrite-client-api-server -f docker/hub/Dockerfile.component . docker build -t matrixdotorg/dendrite:clientproxy --build-arg component=client-api-proxy -f docker/hub/Dockerfile.component .