complete restructure

This commit is contained in:
2026-08-19 13:16:43 -04:00
parent d7b6f28cbd
commit f87e1d51ef
60 changed files with 8176 additions and 5143 deletions
+4
View File
@@ -15,4 +15,8 @@ ENV UV_NO_DEV=1
WORKDIR /app
RUN uv sync --locked
# Run as a non-root user: /app holds the relative default DB (chat_history.db), /db is the mounted volume
RUN useradd -m bot && chown -R bot:bot /app && mkdir -p /db && chown bot:bot /db
USER bot
CMD uv run python -m vibe_bot.main