diff --git a/Dockerfile b/Dockerfile index 60758af..517bd3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt ./ RUN pip install -r requirements.txt --no-deps -COPY bot.py ./ +COPY bot.py pyproject.toml ./ COPY assets ./assets COPY scripts ./scripts COPY konabot ./konabot