fix cloc output scrapping. add clone progress and python output to docker logs.

This commit is contained in:
Enzo Nunes
2025-12-05 20:12:55 +00:00
parent 1cac1d2e66
commit 4a4fb621ad
5 changed files with 25 additions and 9 deletions

View File

@@ -18,4 +18,4 @@ RUN useradd -m appuser && \
USER appuser
CMD ["python", "main.py"]
CMD ["python", "-u", "main.py"]