From d78ba2d1c4003949a35d6f2e0d2b3b7a4364d35a Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 16:14:32 +0100 Subject: [PATCH] add user --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7721c14..2001c60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,12 +8,11 @@ RUN apk --no-cache add \ curl \ && rm -rf /var/cache/apk/* +USER nobody ENV CHUNK_SIZE=1048576 \ WATCH_PATH=/opt/livekit-egress \ UPLOAD_URL= \ AUTH_TOKEN=verySecretToken \ - - CMD ["sh", "/inotiy.sh" ] \ No newline at end of file