From 0f7b6458f893e3cdcc953b53c933c943739a3915 Mon Sep 17 00:00:00 2001 From: "yh263208@oceanbase.com" Date: Wed, 24 Jul 2024 14:44:36 +0800 Subject: [PATCH] fix error --- distribution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/Dockerfile b/distribution/Dockerfile index e12af07..c4a8356 100644 --- a/distribution/Dockerfile +++ b/distribution/Dockerfile @@ -13,7 +13,7 @@ ENV LANG=en_US.utf-8 RUN pip install dbt-core==${DBT_CORE_VERSION} -COPY ../ /root +COPY ../../ /root RUN cd /root/dbt-oceanbase \ && pip install . \