From 0088efd369251230f8d73fcdc410438f5acb1434 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 16:25:30 +0100 Subject: [PATCH] fix form --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65c9348..e807776 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,6 @@ USER nobody ENV CHUNK_SIZE=1048576 \ WATCH_PATH=/opt/livekit-egress \ UPLOAD_URL=http://localhost:8000/recording/upload \ - AUTH_TOKEN=verySecretToken \ + AUTH_TOKEN=verySecretToken CMD ["sh", "/inotify.sh" ] \ No newline at end of file