diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 9312f96..0000000 --- a/Dockerfile +++ /dev/null @@ -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"] \ No newline at end of file