self-hosted/install/build-docker-images.sh
2021-03-30 10:21:05 -04:00

9 lines
142 B
Bash

echo "${_group}Building and tagging Docker images ..."
echo ""
$dc build --force-rm
echo ""
echo "Docker images built."
echo "${_endgroup}"