#!/bin/bash
set -Eeuo pipefail
# shellcheck disable=SC1091
source script/env

docker build --rm -t exabgp_exporter .
