add sdrplay support

This commit is contained in:
Jakob Ketterl
2019-01-13 21:04:29 +00:00
parent 51b9d1289a
commit 4f6a9249e8
4 changed files with 105 additions and 28 deletions

View File

@@ -7,5 +7,7 @@ ADD . /openwebrx
WORKDIR /openwebrx
CMD python2.7 openwebrx.py
VOLUME /config
ENTRYPOINT [ "/openwebrx/docker/run.sh" ]
EXPOSE 8073