Actualiser Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m5s

This commit is contained in:
2024-12-29 18:54:00 +01:00
parent c62f6c813e
commit d008c7d822

View File

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