Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 22, 2024
1 parent a0a58ad commit 0c61cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/Dockerfile.postgres_profile_docker_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ ENV POSTGRES_USER=postgres
RUN mkdir /root/.dbt
COPY dags/dbt/jaffle_shop/profiles.yml /root/.dbt/profiles.yml

COPY dags dags
RUN mkdir dags
COPY dags/jaffle_shop_kubernetes.py dags/jaffle_shop_kubernetes.py
COPY dags/dbt/jaffle_shop/dbt_project.yml dags/dbt/jaffle_shop/dbt_project.yml

0 comments on commit 0c61cf0

Please sign in to comment.