1 changed files with 0 additions and 13 deletions
@ -1,13 +0,0 @@
|
||||
FROM python:3.8 |
||||
|
||||
ENV TELEGRAM_API_TOKEN="" |
||||
ENV GBOT_DELAY_TIME=1 |
||||
ENV GBOT_DELAY_TIME_Q=180 |
||||
ENV GBOT_CHAT_ID="" |
||||
ENV GBOT_DB_PATH="/data/support.db" |
||||
|
||||
# RUN git pull |
||||
COPY requirements.txt ./ |
||||
RUN pip install -r requirements.txt |
||||
|
||||
ENTRYPOINT ["python", "main.py"] |
Loading…
Reference in new issue