fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
48 stars 23 forks source link

Fix folder permissions in docker #107

Closed camphillips22 closed 3 years ago

camphillips22 commented 3 years ago

There was an issue with using the scratch image because hauser expects to be able to create directories for temporary files. With the scratch image, the hauser user did not have permission to create the directory, so the process would fail. Use --chown flag when copying over the directory to ensure the hauser user can write to it.

camphillips22 commented 3 years ago

@jhump PTAL