I Completely disagree with this decision.

Remove the table for the original output
This commit is contained in:
2022-12-10 12:36:36 -06:00
parent fc2fe0a396
commit fd5f5a7e7a
6 changed files with 32 additions and 68 deletions

View File

@@ -6,7 +6,7 @@
FROM python:3.10-alpine3.16 AS build
RUN pip install --no-cache-dir discord peewee beautifultable
RUN pip install --no-cache-dir discord peewee
WORKDIR /app
COPY . .