Update Dockerfile

This commit is contained in:
Kroese 2024-11-15 17:43:42 +01:00 committed by GitHub
parent e17b44ccb5
commit 4abd5f96b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ RUN set -eu && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY --chmod=755 ./src /run/
COPY --chmod=644 ./config.plist /etc/
COPY --chmod=755 --from=builder /macserial /usr/local/bin/macserial
ADD --chmod=644 \