fix(devcontainer): reflect updates to pyproject.toml in #22

Этот коммит содержится в:
Viginum-DataScientist-6 2025-07-31 16:30:11 +00:00 коммит произвёл Viginum-DataScientist-1
родитель a18992748e
Коммит 8df5772178

Просмотреть файл

@ -17,7 +17,7 @@ RUN pip install --no-cache-dir --upgrade pip
RUN pipx install poetry==${POETRY_VERSION}
WORKDIR /app
COPY pyproject.toml poetry.lock setup.py README.md ./
COPY pyproject.toml poetry.lock README.md LICENSE.txt ./
# pre-install dependencies
RUN --mount=type=cache,target=/root/.cache poetry install --no-root