Actualiser Dockerfile
This commit is contained in:
@@ -3,7 +3,10 @@ FROM python:3.12-slim
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git
|
||||
RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git
|
||||
RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git \
|
||||
&& cd bluesky-crossposter \
|
||||
&& git chechout main \
|
||||
&& git pull origin main
|
||||
# RUN git clone https://github.com/coissac/bluesky-crossposter.git
|
||||
RUN rm -f bluesky-crossposter/Dockerfile \
|
||||
bluesky-crossposter/docker-compose.yml \
|
||||
|
||||
Reference in New Issue
Block a user