ddev / ddev-typo3-solr

Use Apache Solr (standalone) in your DDEV project
Apache License 2.0
2 stars 2 forks source link

[TASK] Set permissions on copied files #8

Closed ochorocho closed 4 months ago

ochorocho commented 4 months ago

The Issue

Permissions are not properly set after files being copied to the container

How This PR Solves The Issue

Settings permissions to the solr data folder for newly copied files to 'solr'

Manual Testing Instructions

Related Issue Link(s)

Fixes #7

Release/Deployment Notes

rfay commented 4 months ago

This is an effective technique. It was obvious to me reading the solrctl custom command why the ownership on the files was wrong.

frankschue-sf commented 4 months ago

Thanks for merging this and sorry for being absent yesterday!