Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhilmare committed Jul 24, 2024
1 parent fda35ae commit 0f7b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . \
Expand Down

0 comments on commit 0f7b645

Please sign in to comment.