mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 02:19:27 +08:00
fix the access rights
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
d1656a0fcb
commit
2040553822
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ COPY start.sh /usr/bin/
|
|||
COPY supervisord.conf /
|
||||
RUN chmod +x /usr/bin/start.sh; \
|
||||
chmod +r /supervisord.conf; \
|
||||
chmod +w /Caddyfile;
|
||||
chmod a+w /Caddyfile; \
|
||||
chmod a+w /
|
||||
|
||||
# Give root a random password
|
||||
RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
||||
|
|
Loading…
Reference in a new issue