Actualiser Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m36s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m36s
This commit is contained in:
@@ -3,8 +3,8 @@ FROM python:3.12-slim
|
|||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y git
|
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 git clone https://github.com/coissac/bluesky-crossposter.git
|
||||||
RUN rm -f bluesky-crossposter/Dockerfile \
|
RUN rm -f bluesky-crossposter/Dockerfile \
|
||||||
bluesky-crossposter/docker-compose.yml \
|
bluesky-crossposter/docker-compose.yml \
|
||||||
bluesky-crossposter/env.example
|
bluesky-crossposter/env.example
|
||||||
|
|||||||
Reference in New Issue
Block a user