From a955e26b9302f02848c5f1205abb0ee61670369f Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Wed, 11 Feb 2026 05:48:41 +0000 Subject: [PATCH] Added poetry lockfile to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 027f1485..f73dd635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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