From 105494ef1844188a7662865620f26aadca9ec83d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 29 Jan 2025 18:48:07 +0100 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ecb595..c795746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +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/coissac/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