From 8a93e955faf44129fad854d1b29518d9463c3e48 Mon Sep 17 00:00:00 2001 From: dl Date: Wed, 7 May 2025 16:16:25 +0500 Subject: [PATCH] CMD was fixed --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index edcbcd7..6fafdef 100644 --- a/dockerfile +++ b/dockerfile @@ -7,4 +7,4 @@ RUN pip install --upgrade pip && pip install -r requirements.txt COPY . . -CMD ["python3, main.py"] +CMD ["python", "main.py"]