From defbcddc7c74c54768c54fe7133612471553e271 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Fri, 22 Aug 2025 12:18:52 +0700 Subject: [PATCH] __ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aa2a9a..b758cd7 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/CoreFun.py" ] \ No newline at end of file