From 27cfe44d0db09af1873f1f85d529fd460aeedca9 Mon Sep 17 00:00:00 2001 From: belviskhoremk Date: Mon, 6 Apr 2026 22:28:31 +0000 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60fc214..070366a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY pyproject.toml . COPY requirements.txt . -RUN uv pip install -r requirements.txt +RUN pip install -r requirements.txt COPY . .