Change user group.

This commit is contained in:
2025-04-14 09:16:36 +02:00
parent e6fd863d5e
commit 2153b89fe0

View File

@@ -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