Skip to content

Commit ed3b69f

Browse files
committed
fix build error
1 parent 1741eca commit ed3b69f

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
@@ -64,7 +64,7 @@ RUN set -ex && \
6464

6565
# 从构建阶段复制虚拟环境
6666
# COPY --from=builder $VENV_PATH $VENV_PATH
67-
COPY --from=builder .venv .venv
67+
COPY --from=builder /app/.venv /app/.venv
6868

6969
# 复制应用代码(放在最后,因为代码变更最频繁)
7070
COPY --chmod=755 backend/src/. ./src

0 commit comments

Comments
 (0)