5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git pull
|
|
sudo docker build -t piframe/piframefleet:latest -f piframefleet/Dockerfile .
|