Delete original Ubuntu user

This commit is contained in:
Mitchell Syer
2024-11-21 03:36:41 +00:00
parent a64db946e8
commit 2080dd971b

View File

@@ -34,6 +34,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# Create a user to run as
RUN userdel -r ubuntu
RUN groupadd --gid 1000 suwayomi && \
useradd --uid 1000 --gid suwayomi --no-log-init suwayomi && \
mkdir -p /home/suwayomi/.local/share/Tachidesk