fix directory permissions
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-26 20:30:12 +02:00
parent a446c39708
commit c70aff9b14
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -29,8 +29,8 @@ RUN apk --update --no-cache add libcap && \
ADD overlay/ /
RUN chown -R lp:lpadmin && \
chown -R root:lp /cups/conf /run/cups /cups/cache /cups/spool
RUN chown -R lp:lpadmin /run/cups && \
chown -R root:lp /cups/conf /cups/cache /cups/spool
EXPOSE 631