WIP: code cleanup

This commit is contained in:
2026-03-05 13:33:23 -05:00
parent a6ab9708a0
commit 3defce1365
14 changed files with 392 additions and 674 deletions

View File

@@ -1,7 +1,7 @@
FROM ghcr.io/astral-sh/uv:python3.13-alpine
# Copy the project into the image
COPY . /app
COPY vibe_bot /app
# Disable development dependencies
ENV UV_NO_DEV=1