5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git pull
|
|
sudo docker build --pull --no-cache -t containerized-monitoring:latest -f Dockerfile .
|