diff --git a/Dockerfile b/Dockerfile index a0f2240..6cc67b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,6 +85,7 @@ RUN cd /root/ && \ rm -Rf /root/nextcloud && \ rm "nextcloud.tar.bz2" && \ cd /var/www/html/ && \ + chmod +x occ && \ chown -R www-data /var/www/html RUN rm -Rf /var/www/html/apps/updatenotification