jason137 commited on
Commit
02621c4
·
1 Parent(s): 3577484

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -11,4 +11,8 @@ FROM ubuntu:latest
11
  RUN apt-get -y update
12
  RUN apt-get -y install git
13
  RUN git clone https://github.com/dbt-labs/jaffle_shop.git
 
14
  WORKDIR /jaffle_shop
 
 
 
 
11
  RUN apt-get -y update
12
  RUN apt-get -y install git
13
  RUN git clone https://github.com/dbt-labs/jaffle_shop.git
14
+
15
  WORKDIR /jaffle_shop
16
+ RUN dbt debug
17
+ RUN dbt seed
18
+ RUN dbt run