reactioncommerce / docker-base

Apache License 2.0
4 stars 11 forks source link

fix-volumes chowning to root #14

Closed focusaurus closed 4 years ago

focusaurus commented 4 years ago

Hey Pete, everytime fix-volumes.sh runs it does a chown -R root:root . all the files in my filesystem become owned by root Fixing volume /app (before=1000:1000 after=0:0)…✓ I know that's what it says it's doing, too, but it's not expected that it would make the files on my host owned by root, right?

focusaurus commented 4 years ago

@rosshadden Do you think it makes more sense for fix-volumes to no-op successfully instead of chowning to root or to error out? I'm going to start by no-opping.