fix(build): Removed --no-dev
This commit is contained in:
@@ -13,7 +13,7 @@ COPY poetry.lock /
|
||||
COPY pyproject.toml /
|
||||
|
||||
RUN poetry config virtualenvs.create false && \
|
||||
poetry install --no-interaction --no-dev --no-ansi
|
||||
poetry install --no-interaction --no-ansi
|
||||
|
||||
FROM python:3.11-slim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user