Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|