mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
keep /root/.bashrc
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
01fbe3dbc9
commit
ed1de79e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -244,9 +244,9 @@ RUN set -ex; \
|
||||||
git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \
|
git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \
|
||||||
mkdir -p /usr/src/nextcloud/apps/nextcloud-aio; \
|
mkdir -p /usr/src/nextcloud/apps/nextcloud-aio; \
|
||||||
cp -r ./app/* /usr/src/nextcloud/apps/nextcloud-aio/; \
|
cp -r ./app/* /usr/src/nextcloud/apps/nextcloud-aio/; \
|
||||||
echo "[ -n \"\$TERM\" ] && cat /root.motd" >> /root/.bashrc; \
|
|
||||||
# AIO cloning end # Do not remove or change this line!
|
# AIO cloning end # Do not remove or change this line!
|
||||||
\
|
\
|
||||||
|
echo "[ -n \"\$TERM\" ] && cat /root.motd" >> /root/.bashrc; \
|
||||||
chown www-data:root -R /usr/src && \
|
chown www-data:root -R /usr/src && \
|
||||||
chown www-data:root -R /usr/local/etc/php/conf.d && \
|
chown www-data:root -R /usr/local/etc/php/conf.d && \
|
||||||
chown www-data:root -R /usr/local/etc/php-fpm.d && \
|
chown www-data:root -R /usr/local/etc/php-fpm.d && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue