TarEnethil / archivar

Web-based collaborative world building tool for roleplaying groups
1 stars 1 forks source link

Fix docker uid #111

Closed TarEnethil closed 3 years ago

TarEnethil commented 3 years ago

Allow the user to override the uid of the 'dungeonmaster' user inside the docker container using the environment variable USER_ID=...

This results in several changes to the structure of the Dockerfile and entrypoint.sh:

Closes #99.