diff --git a/Dockerfile b/Dockerfile index 892710e..223d346 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-slim ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \ @@ -17,4 +17,4 @@ RUN poetry config virtualenvs.create false \ COPY . /app -CMD python bot.py \ No newline at end of file +CMD python bot.py