mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2026-01-29 23:14:25 +01:00
Because we use the Java user.home property to get the default configuration directory, there needs to be an entry for the correct user in /etc/passwd. For this to work with arbitrary UID/GID, that means updating /etc/shadow dynamically based on the UID/GID in the container before starting the application. Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>