fix: Docker构建时复制README.md文件 [AC-AISVC-01]
This commit is contained in:
parent
366f38e17f
commit
a3b7f2cc51
|
|
@ -5,7 +5,7 @@ WORKDIR /app
|
|||
|
||||
RUN pip install --no-cache-dir uv
|
||||
|
||||
COPY pyproject.toml .
|
||||
COPY pyproject.toml README.md ./
|
||||
|
||||
RUN uv pip install --system --no-cache-dir .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue