Spaces:
Running
Running
feat: Overhaul WebUI, add PDF/Text export, use Poetry in Docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ RUN poetry config virtualenvs.create false
|
|
32 |
COPY poetry.lock pyproject.toml /app/
|
33 |
|
34 |
# Install project dependencies using Poetry
|
35 |
-
RUN poetry install --no-root --no-
|
36 |
|
37 |
# Copy the rest of the application code into the container
|
38 |
COPY . .
|
|
|
32 |
COPY poetry.lock pyproject.toml /app/
|
33 |
|
34 |
# Install project dependencies using Poetry
|
35 |
+
RUN poetry install --no-root --no-interaction --no-ansi
|
36 |
|
37 |
# Copy the rest of the application code into the container
|
38 |
COPY . .
|