4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker build --rm -t llehouerou/dnsupdater:latest .
|
||
|
docker push llehouerou/dnsupdater
|