restore startup

This commit is contained in:
Jakob Ketterl 2020-05-23 22:51:46 +02:00
parent d9292587ec
commit 6cac3b4d39
1 changed files with 3 additions and 1 deletions

View File

@ -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