From 36893dc2b198c47b37f95a4ce987d11f28d36f18 Mon Sep 17 00:00:00 2001 From: Phoenix Isaac Pereira Date: Wed, 5 Jun 2024 20:18:13 +0930 Subject: [PATCH] chore(ci): Use poetry-dotenv-plugin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea1759f..576ca98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY pyproject.toml poetry.lock ./ RUN pip install poetry \ - && poetry install --without dev + && poetry install --no-dev # Copy the rest of the application code COPY . .