Adds api functionality

This commit is contained in:
2026-02-04 13:29:15 -03:00
parent fd6756c507
commit 5717cdd254
6 changed files with 825 additions and 132 deletions

View File

@@ -9,6 +9,7 @@ RUN pip install --no-cache-dir -r requirements.txt
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
COPY app.py .
COPY utils/ ./utils/
EXPOSE 8000