From cbf9d4f671fbb85214ec35d09b6d7bb63294ea0a Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Mon, 14 Apr 2025 09:01:59 +0200 Subject: [PATCH] Copy configuration to correct directory. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 043505e..92dbad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN apk add --no-cache \ # libsml is linked statically => no need to copy COPY --from=builder /usr/local/bin/vzlogger /usr/local/bin/vzlogger COPY --from=builder /usr/local/lib/libmbus.so* /usr/local/lib/ -COPY ./vzlogger.conf /cfg +COPY ./vzlogger.conf /etc/vzlogger.conf # without running a user context, no exec is possible and without the dialout group no access to usb ir reader possible RUN adduser -S vz -G dialout