Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
-
|
|
|
|
| 4 |
|
| 5 |
COPY ./pyproject.toml .
|
| 6 |
COPY ./poetry.lock .
|
|
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
+
COPY . /app
|
| 4 |
+
WORKDIR /app
|
| 5 |
|
| 6 |
COPY ./pyproject.toml .
|
| 7 |
COPY ./poetry.lock .
|