containerized-monitoring/build.sh

5 lines
90 B
Bash
Executable File

#!/bin/bash
git pull
sudo docker build --no-cache --pull -t munin:latest -f Dockerfile .