mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-05 00:00:43 +01:00
restore startup
This commit is contained in:
parent
d9292587ec
commit
6cac3b4d39
|
|
@ -5,7 +5,9 @@ ADD docker/scripts/install-dependencies.sh /
|
|||
RUN /install-dependencies.sh && \
|
||||
rm /install-dependencies.sh
|
||||
|
||||
WORKDIR /opt/openwebrx
|
||||
|
||||
VOLUME /etc/openwebrx
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/openwebrx" ]
|
||||
ENTRYPOINT [ "/opt/openwebrx/docker/scripts/run.sh" ]
|
||||
EXPOSE 8073
|
||||
|
|
|
|||
Loading…
Reference in a new issue