diff --git a/Dockerfile b/Dockerfile index a556a9e..d53d11d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --locked --no-install-project --no-dev # Copy the application code -COPY ./bot.py bot.py +COPY ./*.py .