Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 16:51:48 +02:00
committed by GitHub
parent b387f26ce7
commit 50cef620bb

View File

@@ -20,8 +20,9 @@ FROM ${BUILD_FROM}
ENV DEBIAN_FRONTEND="Noninteractive" \
BIRDNET_USER="abc" \
USER="abc" \
HOME="/home/abc"
USER="abc"
#\
#HOME="/home/abc"
# hadolint ignore=DL3015
RUN \