Copy configuration to correct directory.

This commit is contained in:
2025-04-14 09:01:59 +02:00
parent 9ad5c55610
commit cbf9d4f671

View File

@@ -73,7 +73,7 @@ RUN apk add --no-cache \
# libsml is linked statically => no need to copy # libsml is linked statically => no need to copy
COPY --from=builder /usr/local/bin/vzlogger /usr/local/bin/vzlogger COPY --from=builder /usr/local/bin/vzlogger /usr/local/bin/vzlogger
COPY --from=builder /usr/local/lib/libmbus.so* /usr/local/lib/ 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 # 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 adduser -S vz -G dialout