mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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 /
|
COPY supervisord.conf /
|
||||||
RUN chmod +x /usr/bin/start.sh; \
|
RUN chmod +x /usr/bin/start.sh; \
|
||||||
chmod +r /supervisord.conf; \
|
chmod +r /supervisord.conf; \
|
||||||
chmod +w /Caddyfile;
|
chmod a+w /Caddyfile; \
|
||||||
|
chmod a+w /
|
||||||
|
|
||||||
# Give root a random password
|
# Give root a random password
|
||||||
RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue