containerized-monitoring/build.sh

5 lines
109 B
Bash
Raw Normal View History

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