diff --git a/Dockerfile b/Dockerfile index 44cac1c..9312f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ ENV GBOT_DELAY_TIME_Q=180 ENV GBOT_CHAT_ID="" ENV GBOT_DB_PATH="/data/support.db" -RUN git pull +# RUN git pull +COPY requirements.txt ./ RUN pip install -r requirements.txt ENTRYPOINT ["python", "main.py"] \ No newline at end of file