add docker build and push scripts

This commit is contained in:
Jakob Ketterl 2019-01-21 16:40:36 +00:00
parent 075fee46b7
commit 896fd0c178
2 changed files with 4 additions and 0 deletions

2
build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker build -t jketterl/openwebrx:latest .

2
push.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push jketterl/openwebrx