From d2765577c8046658d3e38283d0fd814475d93342 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 23 Dec 2025 12:39:42 +0800 Subject: [PATCH] chore: provide '--no-sync' arg in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf090655..b30d21b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN apt update \ && uv sync \ && touch /.dockerenv -CMD [ "uv", "run", "main.py" ] \ No newline at end of file +CMD [ "uv", "run", "--no-sync", "main.py" ] \ No newline at end of file