Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ FROM base as dependencies
|
|
11 |
WORKDIR /home/worker/app
|
12 |
|
13 |
# Copy the project files before running poetry install
|
14 |
-
COPY Ibraaheem/invenxion-chatbot/
|
15 |
RUN poetry config installer.max-workers 10
|
16 |
RUN poetry install --with ui
|
17 |
|
|
|
11 |
WORKDIR /home/worker/app
|
12 |
|
13 |
# Copy the project files before running poetry install
|
14 |
+
COPY Ibraaheem/invenxion-chatbot/pyproject.toml Ibraaheem/invenxion-chatbot/poetry.lock ./
|
15 |
RUN poetry config installer.max-workers 10
|
16 |
RUN poetry install --with ui
|
17 |
|