forked from Wavyzz/dolibarr-docker
Currently, the `docker-run.sh` script updates ownership for files in `/var/www/documents`, but more files get added to that directory after the ownership update, so the new files may have a bad owner. This commit moves the code handling the ownership update to a later point, when all files have been copied to /var/www/documents.