Update Dockerfile

This commit is contained in:
zep
2025-03-06 12:25:30 +01:00
parent e3d51d6c03
commit 83869b0663

View File

@@ -1,7 +1,7 @@
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
RUN git clone http://gitea.zep.best/zep/Substack_JV.git /app
WORKDIR /app
RUN pip install --upgrade pip