geas-bot/app/Dockerfile
2021-07-26 21:14:50 +01:00

5 lines
135 B
Docker

FROM python:3.9.6-buster
WORKDIR /usr/src/app
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
CMD python3 -u ./bot.py