Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,5 @@ RUN pip install -r requirements.txt
|
|
| 10 |
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
|
|
|
|
|
|
| 10 |
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
|