From 7aea5223b7b0ec735107d397864998e2438ca3cc Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Fri, 10 May 2024 11:41:45 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3995157..42808b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache build-base libffi-dev RUN pip install poetry WORKDIR /mnt -COPY pyproject.toml poetry.lock . +COPY pyproject.toml poetry.lock ./ RUN poetry install --no-root --only main COPY . .