From 81adedba6fe08aa85c3f9c3e574440daa0a8aedf Mon Sep 17 00:00:00 2001 From: kbe Date: Tue, 12 Aug 2025 02:10:24 +0200 Subject: [PATCH] fix: main script on docker launch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43d525c..2d5c972 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]