Docker выведен из тестового режима

This commit is contained in:
2025-08-21 13:24:02 +07:00
parent 80bc3bde6e
commit 36a63edde8

View File

@@ -5,4 +5,4 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD [ "python", "src/test.py" ] CMD [ "python", "src/CoreMod.py" ]