fix(build): Added poetry lock

This commit is contained in:
l-nmch
2025-10-26 01:07:03 +02:00
parent 9b85f0521d
commit 7215040d93

View File

@@ -13,6 +13,7 @@ COPY poetry.lock /
COPY pyproject.toml / COPY pyproject.toml /
RUN poetry config virtualenvs.create false && \ RUN poetry config virtualenvs.create false && \
poetry lock && \
poetry install --no-interaction --no-ansi poetry install --no-interaction --no-ansi
FROM python:3.11-slim FROM python:3.11-slim