2024-06-03 19:29:27 +00:00
|
|
|
FROM python:3.12.3-alpine3.19
|
2024-06-03 18:39:24 +00:00
|
|
|
ENV DB_PATH="/etc/hellmbot/database.sqlite"
|
2024-06-03 19:29:27 +00:00
|
|
|
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
|
2024-06-03 19:29:27 +00:00
|
|
|
ENTRYPOINT ["hellm"]
|