leosac / access-control

Leosac Access Control - Open Source Physical Access Control System
https://leosac.com
GNU Affero General Public License v3.0
242 stars 40 forks source link

Cross compile docker should mount /leosac volume read only #102

Open xaqq opened 6 years ago

xaqq commented 6 years ago

The cli cc.py mount the leosac volume rw to fix a build issue.

The build should be fixed and the cc.py tool should mount the volume read-only. The issue is: odb schema files are generated in the source tree.

knight-of-ni commented 6 years ago

Thank you. That fixed the very issue I was staring at this afternoon.