Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 17:06:33 +02:00
committed by GitHub
parent 4245362319
commit 7a1215d60f

View File

@@ -34,7 +34,7 @@ RUN \
#groupadd --gid 1000 birdnet && useradd --uid 1000 --gid birdnet --shell /bin/bash --create-home birdnet && \
#echo "birdnet ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
mkdir -p /app && \
chown abc:abc /app && \
chown -R abc:abc /app && \
echo "abc ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
\
# Download installer