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

@ -23,7 +23,8 @@ RUN set -ex; \
mkdir -p /mnt/data; \
chown -R www-data:www-data /mnt/data; \
mkdir /caddy; \
chown 777 /caddy; \
chown -R 777 /caddy; \
chown -R 777 /tmp; \
\
apk add --no-cache \
bash \

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

View file

@ -57,6 +57,7 @@ RUN set -ex; \
/var/log/supervisord \
/var/run/supervisord; \
chmod 777 -R \
/tmp \
/conf \
/var/run/supervisord \
/var/log/supervisord;

View file

@ -61,7 +61,8 @@
"/var/log/supervisord",
"/var/run/supervisord",
"/usr/local/apache2/logs",
"/caddy"
"/caddy",
"/tmp"
]
},
{
@ -304,7 +305,8 @@
],
"read_only": true,
"tmpfs": [
"/opt/cool/child-roots"
"/opt/cool/child-roots",
"/etc/coolwsd"
]
},
{
@ -352,7 +354,8 @@
"tmpfs": [
"/var/log/supervisord",
"/var/run/supervisord",
"/conf"
"/conf",
"/tmp"
]
},
{