From 896fd0c178af03401ce655dee2b505a796e3a8f2 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 21 Jan 2019 16:40:36 +0000 Subject: [PATCH] add docker build and push scripts --- build.sh | 2 ++ push.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 build.sh create mode 100755 push.sh 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