From 49296a85464be3f5bacb7b5a67e5f701adc24fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Thu, 28 Aug 2025 15:11:23 +0500 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cfe1ee..9a24f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ COPY ./app /code/app RUN python3.11 -m pip install --upgrade pip RUN echo Y | python3.11 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "test.py"] \ No newline at end of file