presidio commited on
Commit
38bc5f3
·
verified ·
1 Parent(s): 426958c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install --upgrade pip \
23
  COPY pyproject.toml poetry.lock /code/
24
  COPY index.md /code/
25
 
26
- RUN pip install poetry && poetry install --no-root --only=main -E server
27
 
28
 
29
  # Expose the necessary port
 
23
  COPY pyproject.toml poetry.lock /code/
24
  COPY index.md /code/
25
 
26
+ RUN poetry install --no-root --only=main
27
 
28
 
29
  # Expose the necessary port