containerized-monitoring/build.sh

5 lines
90 B
Bash
Raw Normal View History

2024-04-24 22:11:05 +00:00
#!/bin/bash
git pull
sudo docker build --no-cache --pull -t munin:latest -f Dockerfile .