Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

Make the chown nginx to tolerate when a file is set to archive/read. #366

Closed DonRichards closed 1 year ago

DonRichards commented 1 year ago

Presently, within the codebase, there's a minor permissions hiccup involving select files in the .git/ folder. While adjusting their permissions isn't crucial for building or running the site, it's currently causing an error when specific lines in the makefile attempt to alter ownership. This update tackles that issue, enabling them to gracefully handle these permissions hiccups without interrupting the flow. 🚀🛠️