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