v2 overhaul

This commit is contained in:
2025-04-25 00:33:14 +01:00
parent e9dc5e5056
commit ea2e8b75cc
27 changed files with 1513 additions and 1202 deletions

View File

@@ -10,7 +10,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the rest of the application code into the container
COPY src/ ./src
COPY src src
# Expose the port the app runs on
EXPOSE 5000