mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
11 lines
168 B
Docker
11 lines
168 B
Docker
FROM raspbian/stretch
|
|
|
|
ADD docker/install-dependencies.sh /
|
|
RUN /install-dependencies.sh
|
|
|
|
ADD . /openwebrx
|
|
|
|
WORKDIR /openwebrx
|
|
|
|
CMD python2.7 openwebrx.py
|
|
EXPOSE 8073
|