From d008c7d822b2f1c1e4cd50494999f458f88035d7 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 29 Dec 2024 18:54:00 +0100 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea5f499..0ecb595 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ FROM python:3.12-slim RUN apt update RUN apt install -y git -RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git +# RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git +RUN git clone https://github.com/coissac/bluesky-crossposter.git RUN rm -f bluesky-crossposter/Dockerfile \ bluesky-crossposter/docker-compose.yml \ bluesky-crossposter/env.example