diff --git a/Dockerfile b/Dockerfile index 74b12c4..15b538c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ 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 -RUN chown vz:vz /etc/vzlogger.conf +RUN chown vz:dialout /etc/vzlogger.conf RUN vzlogger --version