From 4e5512483701e392d68dfb5890f1af86dbd88945 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Tue, 7 Jul 2026 19:59:27 +0200 Subject: [PATCH] Add php file added to dockerfile for copy --- addons/airsend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/airsend/Dockerfile b/addons/airsend/Dockerfile index b418a58..787882b 100644 --- a/addons/airsend/Dockerfile +++ b/addons/airsend/Dockerfile @@ -10,6 +10,7 @@ ENV HTTPS=1 COPY nginx.conf /etc/nginx/nginx.conf COPY hassapi.class.php /home COPY hass_cb.php /home +COPY sync_hass_states.php /home COPY state_post.sh /home COPY states_get.sh /home COPY run.sh /