Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 17:05:49 +02:00
committed by GitHub
parent c66ccdb27c
commit c6f1e44091

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 1000:1000 /app && \
chown abc:abc /app && \
echo "abc ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
\
# Download installer