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