Compare commits

..

2 Commits

Author SHA1 Message Date
5aee4dbaf4 Merge pull request 'fix: main script on docker launch' (#11) from develop into main
Reviewed-on: #11
2025-08-12 00:10:50 +00:00
kbe
81adedba6f fix: main script on docker launch 2025-08-12 02:10:24 +02:00

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"]