Spaces:
Runtime error
Runtime error
pushed all file in docker
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -15,9 +15,7 @@ ENV POETRY_NO_INTERACTION=1 \
|
|
| 15 |
# Set the working directory inside the container
|
| 16 |
WORKDIR /app
|
| 17 |
|
| 18 |
-
COPY
|
| 19 |
-
COPY README.md ./
|
| 20 |
-
COPY .chainlit ./.chainlit
|
| 21 |
|
| 22 |
# Install project dependencies using Poetry
|
| 23 |
RUN poetry install --without dev
|
|
|
|
| 15 |
# Set the working directory inside the container
|
| 16 |
WORKDIR /app
|
| 17 |
|
| 18 |
+
COPY . .
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# Install project dependencies using Poetry
|
| 21 |
RUN poetry install --without dev
|