mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
12 lines
315 B
Bash
12 lines
315 B
Bash
echo "${_group}Building and tagging Docker images ..."
|
|
|
|
echo ""
|
|
# Build any service that provides the image sentry-self-hosted-local first,
|
|
# as it is used as the base image for sentry-cleanup-self-hosted-local.
|
|
$dc build --force-rm web
|
|
$dc build --force-rm
|
|
echo ""
|
|
echo "Docker images built."
|
|
|
|
echo "${_endgroup}"
|