Added poetry lockfile to Dockerfile

This commit is contained in:
2026-02-11 05:48:41 +00:00
parent bd2b1f5c2f
commit a955e26b93

View File

@ -36,7 +36,7 @@ RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python
WORKDIR /app
COPY barker/pyproject.toml /app/pyproject.toml
COPY barker/pyproject.toml barker/poetry.lock /app
# Allow installing dev dependencies to run tests
ARG INSTALL_DEV=false