Commit inicial - upload de todos os arquivos da pasta

This commit is contained in:
2025-08-11 17:06:12 -03:00
commit 1c7f160a68
13 changed files with 2040 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"