Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uche-madu committed Oct 17, 2023
1 parent a87366f commit f8fbdf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ RUN python -m venv dbt_venv && \
RUN mkdir /root/.dbt
COPY profiles.yml /root/.dbt

RUN mkdir -p dags/dbt
COPY dbt/dbt_project.yml dags/dbt
RUN mkdir -p dags/dbt/deb-capstone
COPY dbt/deb-capstone/dbt_project.yml dags/dbt/deb-capstone
COPY dbt/deb-capstone/ dags/dbt/deb-capstone

COPY requirements.txt .

Expand Down

0 comments on commit f8fbdf6

Please sign in to comment.