jason137 commited on
Commit
b9adb7b
·
1 Parent(s): d546ca2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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