Merge pull request #2120 from alexbelgium/codex/fix-env-variables-not-passed-to-wger-addon

Fix wger env sourcing
This commit is contained in:
Alexandre
2025-09-22 08:04:16 +02:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ USER root
RUN echo "wger ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
sed -i "1a sudo -E /./ha_entrypoint.sh" /home/wger/entrypoint.sh && \
sed -i "/ha_entrypoint/a source /data/env.sh" /home/wger/entrypoint.sh
sed -i "/ha_entrypoint/a . /data/env.sh" /home/wger/entrypoint.sh
##################
# 3 Install apps #