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