From 00ee86af398f1a674654ab679f7aecf336849d32 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:05 +0200 Subject: [PATCH] gitty up --- lib/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/Dockerfile b/lib/Dockerfile index 82e454e..d174a2e 100644 --- a/lib/Dockerfile +++ b/lib/Dockerfile @@ -1,12 +1,7 @@ FROM python:3.10-alpine RUN apk add git - -COPY . /app +RUN git clone https://git.faulty.nl/didier/dotfiles /app WORKDIR /app - -# if no remote then add remote or otherwrite -RUN git remote get-url origin || git remote add origin https://git.faulty.nl/didier/dotfiles && git remote set-url origin https://git.faulty.nl/didier/dotfiles - ENTRYPOINT ["python3", "/app/lib/docker.py"] \ No newline at end of file