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

This commit is contained in:
Max Winterstein
2023-06-09 16:38:34 +02:00
parent e19e090458
commit bf39b00b7f
5 changed files with 16 additions and 29 deletions
-2
View File
@@ -14,8 +14,6 @@ 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'