fix: bad Dockerfile CMD

This commit is contained in:
Junyan Qin
2025-05-14 22:04:08 +08:00
parent 738b0af5fb
commit 533f993e3a

View File

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