pulling from git
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM python:3.8
|
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
|
WORKDIR /app
|
||||||
COPY . /app
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
CMD ["python", "./Post_RSS_on_SubStack.py"]
|
CMD ["python", "./Post_RSS_on_SubStack.py"]
|
||||||
Reference in New Issue
Block a user