From 36a63edde80bcf5f737149fe5fc2c6f88d20a7d9 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Thu, 21 Aug 2025 13:24:02 +0700 Subject: [PATCH] =?UTF-8?q?Docker=20=D0=B2=D1=8B=D0=B2=D0=B5=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B8=D0=B7=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5426081..7f71e69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "python", "src/test.py" ] \ No newline at end of file +CMD [ "python", "src/CoreMod.py" ] \ No newline at end of file