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 && \
|
RUN /install-dependencies.sh && \
|
||||||
rm /install-dependencies.sh
|
rm /install-dependencies.sh
|
||||||
|
|
||||||
|
WORKDIR /opt/openwebrx
|
||||||
|
|
||||||
VOLUME /etc/openwebrx
|
VOLUME /etc/openwebrx
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/openwebrx" ]
|
ENTRYPOINT [ "/opt/openwebrx/docker/scripts/run.sh" ]
|
||||||
EXPOSE 8073
|
EXPOSE 8073
|
||||||
|
Loading…
Reference in New Issue
Block a user