fix up the services

This commit is contained in:
Jakob Ketterl 2023-08-30 15:39:41 +02:00
parent 8b2315b230
commit 6b55f8723b
4 changed files with 3 additions and 4 deletions

View file

@ -23,6 +23,6 @@ VOLUME /etc/openwebrx
VOLUME /var/lib/openwebrx
ENV S6_CMD_ARG0="/opt/openwebrx/docker/scripts/run.sh"
CMD []
CMD [""]
EXPOSE 8073

View file

@ -1,2 +1,2 @@
#!/usr/bin/execlineb -P
#!/command/execlineb -P
/usr/local/bin/codecserver

View file

@ -1,2 +1,2 @@
#!/usr/bin/execlineb -P
#!/command/execlineb -P
/usr/local/bin/sdrplay_apiService

View file

@ -34,4 +34,3 @@ python3 openwebrx.py $@ &
child=$!
wait "$child"