From a6b2b966890f87d5256fd88de296f15340142887 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:45:11 +0100 Subject: [PATCH] Update Dockerfile --- birdnet-pipy/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index c555d8989..58d379ed7 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -84,6 +84,7 @@ RUN python3 -m venv "${VIRTUAL_ENV}" ENV PATH="${VIRTUAL_ENV}/bin:${PATH}" RUN pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /app/requirements.txt +# Add frontend nginx ADD "https://raw.githubusercontent.com/Suncuss/BirdNET-PiPy/refs/heads/main/frontend/nginx.conf" "/etc/nginx/servers/nginx.conf" # Patch service hostnames for single-container usage