Upload Tds Arquivos

This commit is contained in:
2026-01-26 12:08:23 -03:00
commit 89bc1643df
13 changed files with 2031 additions and 0 deletions

7
Dockerfile.test Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3.11-slim
RUN apt-get update && apt-get install -y curl findutils
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
RUN find / -name uv -type f || echo "uv not found"