diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..1977aac --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker build -t jketterl/openwebrx:latest . diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..a2548af --- /dev/null +++ b/push.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker push jketterl/openwebrx