From 1645e1b78f15ad25ba3f09d1f8c34dd9d5323533 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:44:59 +0100 Subject: [PATCH] Update Dockerfile --- birdnet-pipy/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index 3f15db650..c555d8989 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -84,6 +84,8 @@ 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 "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 RUN sed -i \ -e "s/API_HOST = 'api'/API_HOST = '127.0.0.1'/" \