From 4c419172ceed407c92dee86b390db11d65788e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Thu, 6 Nov 2025 12:12:24 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B5=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BE?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=20oracle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab8d499..06abe21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ WORKDIR /code/app COPY ./requirements.txt /code/requirements.txt COPY ./app /code/app -RUN python3.10 -m pip install --upgrade pip -RUN echo Y | python3.10 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt \ No newline at end of file +RUN python3 -m pip install --upgrade pip +RUN echo Y | python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt \ No newline at end of file