mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-11 14:23:06 +01:00
[CUPS] Fix permission issue - hopefully
This commit is contained in:
@@ -28,6 +28,11 @@ RUN apt-get update \
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \
|
||||
if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi
|
||||
|
||||
EXPOSE 631 445 137 139
|
||||
|
||||
CMD ["/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user