Skip to content

Commit 1741eca

Browse files
committed
fix build
1 parent c4cabf3 commit 1741eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PATH="/root/.local/bin:$PATH"
2424
WORKDIR /build
2525

2626
# 复制依赖文件并安装(这层会被缓存,除非依赖文件改变)
27-
COPY backend/pyproject.toml backend/uv.lock requirements.txt ./
27+
COPY backend/pyproject.toml backend/uv.lock backend/requirements.txt ./
2828

2929
# 安装Python依赖
3030
RUN uv sync --frozen --no-dev

0 commit comments

Comments
 (0)