From fc134bacb0381a095be95e30dd87954879c18a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Honorez?= Date: Mon, 1 Jan 2024 18:39:55 +0100 Subject: [PATCH] pulling from git --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d29a013..ca3c0b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM python:3.8 +RUN apt-get update && apt-get install -y git +RUN git clone http://192.168.1.25:8124/zep/Substack_JV.git /app WORKDIR /app -COPY . /app RUN pip install -r requirements.txt CMD ["python", "./Post_RSS_on_SubStack.py"] \ No newline at end of file