bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
522 stars 85 forks source link

Docker: Fix sqlite ownership and clean up dockerfile #137

Closed hrehfeld closed 3 years ago

hrehfeld commented 3 years ago

sqlite wasn't working because the database was read-only -- the init command is run as root, so we need to change ownership afterwards.

Also, I moved some simple dockerfile commands to earlier in the file so that they are reused more often.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.