From ae9c1517d9481f272ad28db5d843f01d0d58e64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Mon, 8 Sep 2025 18:39:50 +0200 Subject: [PATCH] update url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05754aa..a93adf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9 RUN apt-get update && apt-get install -y git -RUN git clone http://gitea.zep.best/zep/Substack_JV.git /app +RUN git clone https://gitea.zep.best/zep/Substack_JV.git /app WORKDIR /app RUN pip install --upgrade pip