a few fixes

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-13 14:40:51 +02:00
parent 6bab59c5f9
commit 4a60b4d004
4 changed files with 11 additions and 5 deletions

View file

@ -13,7 +13,8 @@ RUN set -ex; \
; \
rm -rf /var/lib/apt/lists/*; \
mkdir -p /opt/cool/child-roots; \
chmod 777 -R /opt/cool/child-roots
chmod 777 -R /opt/cool/child-roots; \
chmod -R 777 /etc/coolwsd/
USER 100