Update Dockerfile

This commit is contained in:
Alexandre
2024-06-26 14:20:47 +02:00
committed by GitHub
parent 7c3ef2c5ef
commit 37909362c8

View File

@@ -100,7 +100,7 @@ RUN \
rm -rf /var/lib/apt/lists/*
# Add temporary code
RUN cd $HOME/BirdNET-Pi && \
RUN cd /home/pi/BirdNET-Pi && \
git reset --hard && \
# Species whitelist
git fetch origin pull/110/head:bb && \