4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-10 06:03:09 +00:00

10 lines
291 B
Bash
Raw Normal View History

#!/usr/bin/env bash
cd $(git rev-parse --show-toplevel)
TAG=${1:-latest}
echo "Building tag '${TAG}'"
2022-10-04 11:33:05 +01:00
docker build -t matrixdotorg/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith .
docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith .