mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 13:59:15 +02:00
Update Dockerfile
This commit is contained in:
@@ -84,6 +84,7 @@ RUN python3 -m venv "${VIRTUAL_ENV}"
|
|||||||
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
|
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
|
||||||
RUN pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /app/requirements.txt
|
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"
|
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
|
# Patch service hostnames for single-container usage
|
||||||
|
|||||||
Reference in New Issue
Block a user