From 639b9da41fb7589f9b61ebd033b0e3bbf426518b Mon Sep 17 00:00:00 2001 From: belviskhoremk Date: Mon, 6 Apr 2026 22:44:25 +0000 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f58af80..5c2340d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN pip install uv COPY pyproject.toml . COPY uv.lock . -RUN uv pip install pydantic[email] +RUN uv pip install pydantic[email] . RUN uv pip install --system . COPY . .