use python:3-slim image
This commit is contained in:
parent
24b5818e71
commit
6c630ebc67
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue