CultriX commited on
Commit
71eeb8d
·
1 Parent(s): 2471025

feat: Overhaul WebUI, add PDF/Text export, use Poetry in Docker

Browse files
Files changed (1) hide show
  1. 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-dev --no-interaction --no-ansi
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 . .