From 75f43636f782723a3ac3dda027cb97d660beb0c9 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 24 May 2026 00:46:26 -0400 Subject: [PATCH] fix container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 9a73e60..fb49961 100644 --- a/Containerfile +++ b/Containerfile @@ -18,4 +18,4 @@ ENV UV_NO_DEV=1 WORKDIR /app RUN uv sync --locked -CMD uv run main.py \ No newline at end of file +uv run python -m vibe_bot.main \ No newline at end of file