pulling from git

This commit is contained in:
Gaël Honorez
2024-01-01 18:39:55 +01:00
parent 0055a0f9f5
commit fc134bacb0

View File

@@ -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"]