We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1741eca commit ed3b69fCopy full SHA for ed3b69f
1 file changed
Dockerfile
@@ -64,7 +64,7 @@ RUN set -ex && \
64
65
# 从构建阶段复制虚拟环境
66
# COPY --from=builder $VENV_PATH $VENV_PATH
67
-COPY --from=builder .venv .venv
+COPY --from=builder /app/.venv /app/.venv
68
69
# 复制应用代码(放在最后,因为代码变更最频繁)
70
COPY --chmod=755 backend/src/. ./src
0 commit comments