chore: provide '--no-sync' arg in dockerfile

This commit is contained in:
Junyan Qin
2025-12-23 12:39:42 +08:00
parent 60ca688bcb
commit d2765577c8

View File

@@ -20,4 +20,4 @@ RUN apt update \
&& uv sync \
&& touch /.dockerenv
CMD [ "uv", "run", "main.py" ]
CMD [ "uv", "run", "--no-sync", "main.py" ]