Skip to content

Commit

Permalink
Merge pull request #185 from nextcloud/fix/184/xocc
Browse files Browse the repository at this point in the history
fix(docker): make occ executable again
  • Loading branch information
blizzz authored Jul 13, 2023
2 parents c78d814 + 756cad2 commit 73db427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73db427

Please sign in to comment.