Update BirdNET-PiPy nginx configs

This commit is contained in:
Alexandre
2026-01-29 17:38:17 +01:00
parent 80b0e840bb
commit 8e86e0b8e7
5 changed files with 21 additions and 11 deletions

View File

@@ -57,6 +57,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL
# Copy local files
COPY rootfs/ /
RUN find /etc -type f \( -name "*.sh" -o -path "*/services.d/*/run" \) -exec chmod +x {} \;
COPY --from=frontend-builder /src/frontend/nginx.conf /etc/nginx/servers/nginx.conf
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005