Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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
|