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