DOI-USGS / lake-temperature-process-models

Creative Commons Zero v1.0 Universal
1 stars 4 forks source link

Docker umask fix #43

Closed jesse-ross closed 2 years ago

jesse-ross commented 2 years ago

I copied some old code and introduced a regression, so that RStudio wasn't using a group-friendly umask. This led @hcorson-dosch to be unable to run the pipeline because she didn't have write permission on the files created in _targets/ when I ran it.

This fixes that. To test it I downloaded the fixed image and ran the pipeline. All the files created in _targets are group-writable:

[jross@tg-login2 lake-temperature-process-models] find _targets/ ! -perm /g+w
[jross@tg-login2 lake-temperature-process-models]