diff --git a/Dockerfile b/Dockerfile index 11ee1ec..44cac1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file