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

@@ -3,6 +3,6 @@ services:
image: didas72/picable:latest
container_name: picable
environment:
- PICABLE_DISCORD_TOKEN=yourdiscordtoken
- PICABLE_GITHUB_TOKEN=yourgithubtoken
- PICABLE_DISCORD_TOKEN=${PICABLE_DISCORD_TOKEN}
- PICABLE_GITHUB_TOKEN=${PICABLE_GITHUB_TOKEN}
restart: unless-stopped