jason137 commited on
Commit
b2d3fa2
·
1 Parent(s): 5a8e3c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,7 +10,8 @@ FROM python:latest
10
  WORKDIR /jaffle_shop
11
  COPY requirements.txt .
12
  COPY profiles.yml .
13
- CMD ["ls" "/jaffle_shop"]
 
14
  # ENV POSTGRES_HOST_AUTH_METHOD=trust
15
  # ENV DBT_PROFILES_DIR=/jaffle_shop
16
  # RUN pip install -r requirements.txt
 
10
  WORKDIR /jaffle_shop
11
  COPY requirements.txt .
12
  COPY profiles.yml .
13
+ RUN ls /jaffle_shop
14
+
15
  # ENV POSTGRES_HOST_AUTH_METHOD=trust
16
  # ENV DBT_PROFILES_DIR=/jaffle_shop
17
  # RUN pip install -r requirements.txt