fix: main script on docker launch

This commit is contained in:
kbe
2025-08-12 02:10:24 +02:00
parent fa9d73a9a9
commit 81adedba6f

View File

@@ -28,4 +28,4 @@ COPY . .
RUN mkdir -p log
# Set the entry point to run the main script
ENTRYPOINT ["python", "book_crossfit.py"]
ENTRYPOINT ["python", "main.py"]