[CUPS] Fix permission errors

This commit is contained in:
Max Winterstein
2022-12-18 20:59:15 +01:00
committed by GitHub
parent 2130ee944a
commit 6a3893f9ad
3 changed files with 6 additions and 1 deletions

View File

@@ -35,4 +35,5 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
EXPOSE 631 445 137 139
RUN chmod a+x /run.sh
CMD ["/run.sh"]