diff --git a/Containerfile b/Containerfile index fb49961..c9a5ced 100644 --- a/Containerfile +++ b/Containerfile @@ -18,4 +18,4 @@ ENV UV_NO_DEV=1 WORKDIR /app RUN uv sync --locked -uv run python -m vibe_bot.main \ No newline at end of file +CMD uv run python -m vibe_bot.main \ No newline at end of file