From a8d6837c01845127f86b97c03b6cc3ea4eaefd89 Mon Sep 17 00:00:00 2001 From: korotkov Date: Thu, 28 Aug 2025 15:52:52 +0500 Subject: [PATCH] run main --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a24f0a..7cfe1ee 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", "test.py"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file