[adsb-multi-portal-feeder] Update to 1.23.0

This commit is contained in:
root
2023-06-06 04:42:41 +08:00
committed by Max Winterstein
parent 7c4ed6072b
commit 69a5df4d66
5 changed files with 38 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y curl jq && mkdir /tmp/bashio \
# add the options.json to environment variable magic
COPY export-env-from-config.sh /export-env-from-config.sh
ADD root/etc/s6-overlay/s6-rc.d/fr24feed /etc/s6-overlay/s6-rc.d/fr24feed
RUN find /etc/s6-overlay/s6-rc.d/ -name script | xargs sed -i '1 a\source /export-env-from-config.sh'
RUN find /etc/s6-overlay/s6-rc.d/ -name run | xargs sed -i '1 a\source /export-env-from-config.sh'