use python:3-slim image

This commit is contained in:
Tomáš Mládek 2021-02-27 15:00:19 +01:00
parent 24b5818e71
commit 6c630ebc67

View file

@ -1,4 +1,4 @@
FROM python:3 FROM python:3-slim
ENV PYTHONFAULTHANDLER=1 \ ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \ PYTHONUNBUFFERED=1 \
@ -17,4 +17,4 @@ RUN poetry config virtualenvs.create false \
COPY . /app COPY . /app
CMD python bot.py CMD python bot.py