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