Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 17:28:49 +02:00
committed by GitHub
parent 6e9c9e7a58
commit 1d763986e6

View File

@@ -33,7 +33,9 @@ RUN \
# Create user and allow sudo
#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 && \
mkdir -p /home/abc && \
ln -s /home/abc /app && \
chown -R abc:abc /home/abc && \
chown -R abc:abc /app && \
echo "abc ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
\