From cb66ee5e6eedd6890e9b05d8bd241ba78390f738 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 16 May 2024 09:43:48 +0200 Subject: [PATCH] Update Dockerfile --- birdnet-pi/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index c33ac3c44..67d8245b1 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -153,6 +153,10 @@ WORKDIR /config #CMD [ "/ha_entrypoint.sh" ] #SHELL ["/bin/bash", "-o", "pipefail", "-c"] +# Allow a dockerfile independent from HA +EXPOSE 80 +RUN mkdir -p /data /config + ############ # 5 Labels # ############