replace mbelib with codecserver in docker

This commit is contained in:
Jakob Ketterl
2021-05-31 18:40:45 +02:00
parent bcf05e00f7
commit a374e93ee8
4 changed files with 14 additions and 12 deletions

View File

@ -13,6 +13,8 @@ COPY docker/scripts/install-owrx-tools.sh /
RUN /install-owrx-tools.sh && \
rm /install-owrx-tools.sh
COPY docker/files/services/codecserver /etc/services.d/codecserver
ENTRYPOINT ["/init"]
WORKDIR /opt/openwebrx