From 99b0288239d05491ae0a35335b515a808482f96d Mon Sep 17 00:00:00 2001 From: CIzz22 Date: Wed, 15 Jan 2025 06:52:08 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 750c014..a0d69ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /app COPY pyproject.toml poetry.lock ./ # Install dependencies -RUN poetry install --no-dev --no-root +RUN poetry install --no-root # Use a new slim image for the runtime FROM python:3.11-slim as runtime