1
0
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:
TheAssassin
2024-12-25 00:45:38 +01:00
parent 1b8934380e
commit a523f2d579

View File

@@ -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