mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 08:26:55 +00:00
remove the updatenotification app since we have our own system for that
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
7969d08e4f
commit
785257d798
2 changed files with 4 additions and 2 deletions
|
|
@ -229,7 +229,8 @@ RUN chown www-data:root -R /usr/src && \
|
|||
chown www-data:root -R /var/log/supervisord/ && \
|
||||
chown www-data:root -R /var/run/supervisord/ && \
|
||||
mkdir -p /var/log/nextcloud/ && \
|
||||
chown -R www-data:root /var/log/nextcloud/
|
||||
chown -R www-data:root /var/log/nextcloud/ && \
|
||||
rm -r /usr/src/nextcloud/apps/updatenotification
|
||||
|
||||
COPY start.sh /
|
||||
COPY notify.sh /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue