Add php file added to dockerfile for copy

This commit is contained in:
2026-07-07 19:59:27 +02:00
parent 0bea772784
commit 4e55124837
+1
View File
@@ -10,6 +10,7 @@ ENV HTTPS=1
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY hassapi.class.php /home COPY hassapi.class.php /home
COPY hass_cb.php /home COPY hass_cb.php /home
COPY sync_hass_states.php /home
COPY state_post.sh /home COPY state_post.sh /home
COPY states_get.sh /home COPY states_get.sh /home
COPY run.sh / COPY run.sh /