sfu-natlang / lensingwikipedia

Lensing Wikipedia is an interface to visually browse through human history as represented in Wikipedia. This the source code that runs the website:
http://lensingwikipedia.cs.sfu.ca
Other
11 stars 4 forks source link

Fix issue with AUFS chmod not sticking #196

Closed avacariu closed 8 years ago

avacariu commented 8 years ago

Turns out, if you don't chmod anywhere in the Dockerfile, this works fine. It relies on having the correct permissions on the files on the host machine, though.

The core issue seems to be with AUFS and how different layers handle permissions (you can't have broader permissions on higher layers), but the permissions weren't broader or narrower; they were identical.

Either way, this appears to work now. I've mentioned the permission requirements in website.md before running docker-compose build.