From de0973db4b2131c3e2ad53cbe9c7c56cf44f3704 Mon Sep 17 00:00:00 2001 From: "user.email" Date: Wed, 29 Apr 2026 14:14:42 -0700 Subject: [PATCH] Add assets directory in dockerfile so that background noise files are copied --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0639ea42..04f52fa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ COPY src/ ./src/ COPY scripts/ ./scripts/ COPY configs/ ./configs/ COPY data/ ./data/ +COPY assets/ ./assets/ # Create non-root user for runtime security RUN groupadd --gid 1000 eva && \