mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-31 05:02:24 -04:00
5 lines
140 B
Docker
5 lines
140 B
Docker
|
FROM sdrangel/bionic:gui
|
||
|
|
||
|
# Start SDRangel and some more services on which SDRangel depends
|
||
|
COPY start.sh /start.sh
|
||
|
ENTRYPOINT ["/start.sh"]
|