HellMBot/docker/Dockerfile

6 lines
218 B
Docker
Raw Permalink Normal View History

FROM python:3.12.3-alpine3.19
2024-06-03 18:39:24 +00:00
ENV DB_PATH="/etc/hellmbot/database.sqlite"
RUN pip install --extra-index-url https://git.orudo.ru/api/packages/trueold89/pypi/simple/ HellMBot
2024-06-03 18:39:24 +00:00
WORKDIR /etc/hellmbot
ENTRYPOINT ["hellm"]