containerized-monitoring/build.sh
2024-04-24 18:11:05 -04:00

5 lines
90 B
Bash
Executable file

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