From 2a53207fd52a9fa4cb5527520964c5a08fb7cdbc Mon Sep 17 00:00:00 2001 From: zenfyr Date: Sat, 21 Feb 2026 17:24:01 +0700 Subject: [PATCH] fixL chown files in the Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1745dab..b690984 100644 --- a/Containerfile +++ b/Containerfile @@ -25,7 +25,7 @@ ENV UV_LINK_MODE=copy VOLUME /app/data # Then, add the rest of the project source code and install it -COPY . /app +COPY --chown=app:app . /app RUN uv sync --locked --no-group dev # Place executables in the environment at the front of the path -- 2.51.2