mirror of
https://github.com/TeamNewPipe/CrashReportImporter
synced 2025-10-05 16:13:13 +02:00
No need to specify uid/gid
This commit is contained in:
@@ -3,8 +3,7 @@ FROM python:3.13
|
||||
LABEL org.opencontainers.image.source=https://github.com/TeamNewPipe/CrashReportImporter
|
||||
|
||||
# we want to run the server with an unprivileged user
|
||||
RUN addgroup --gid 101 web && \
|
||||
adduser --system --group --uid 101 web
|
||||
RUN adduser --system --group web
|
||||
|
||||
# set up mount for directory storage
|
||||
RUN install -o web -d /app/mails
|
||||
|
Reference in New Issue
Block a user