remove git clone from dockerfile

This commit is contained in:
mightypanders 2022-05-15 12:34:19 +02:00
parent 00c823bec0
commit 3c6ec3e56b

View File

@ -1,5 +1,5 @@
FROM nginx:alpine
RUN apk add --update git && apk add --update openssh
RUN git clone https://github.com/mightypanders/dotfiles.git
#RUN apk add --update git && apk add --update openssh
#RUN git clone https://github.com/mightypanders/dotfiles.git
WORKDIR /dotfiles/startpage
COPY . /usr/share/nginx/html