This commit is contained in:
2025-08-22 12:18:52 +07:00
parent 569e81c2f3
commit defbcddc7c

View File

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