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