gitty up
This commit is contained in:
parent
1e2f124e65
commit
e9afc5e4f1
1 changed files with 1 additions and 6 deletions
|
@ -1,12 +1,7 @@
|
||||||
FROM python:3.10-alpine
|
FROM python:3.10-alpine
|
||||||
|
|
||||||
RUN apk add git
|
RUN apk add git
|
||||||
|
RUN git clone https://git.faulty.nl/didier/dotfiles /app
|
||||||
COPY . /app
|
|
||||||
|
|
||||||
WORKDIR /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"]
|
ENTRYPOINT ["python3", "/app/lib/docker.py"]
|
Loading…
Reference in a new issue