This commit is contained in:
Alexandre
2024-04-25 12:28:12 +02:00
parent 64d77d7497
commit 2dc3dd9d48
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ RUN \
# Adapt for lsio usage of /app
if [ -d /app ]; then rm -r /app; fi && \
ln -s /home/pi /app && \
chown -R pi:pi /home/pi /app
chown -R 1000:1000 /home/pi /app
#USER pi
#WORKDIR /app

View File

@@ -90,5 +90,5 @@
},
"slug": "birdnet-pi",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"version": "0.8"
"version": "0.7"
}