Spaces:
Sleeping
Sleeping
lucianotonet
commited on
Commit
·
04d4b3b
1
Parent(s):
5ff5d8b
Fix packages not found
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -8,8 +8,6 @@ WORKDIR /code
|
|
8 |
|
9 |
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
|
10 |
|
11 |
-
COPY ./packages ./packages
|
12 |
-
|
13 |
RUN poetry install --no-interaction --no-ansi --no-root
|
14 |
|
15 |
COPY ./app ./app
|
|
|
8 |
|
9 |
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
|
10 |
|
|
|
|
|
11 |
RUN poetry install --no-interaction --no-ansi --no-root
|
12 |
|
13 |
COPY ./app ./app
|