@ -4,4 +4,9 @@ ENV TELEGRAM_API_TOKEN=""
ENV GBOT_DELAY_TIME=1
ENV GBOT_DELAY_TIME_Q=180
ENV GBOT_CHAT_ID=""
ENV GBOT_DB_PATH=""
ENV GBOT_DB_PATH="/data/support.db"
RUN git pull
RUN pip install -r requirements.txt
ENTRYPOINT ["python", "main.py"]