From de68568bc81efec5f91d3a7d5041768052fc68fd Mon Sep 17 00:00:00 2001 From: mightypanders Date: Thu, 14 May 2020 12:36:18 +0200 Subject: [PATCH] dockerfile --- startpage/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/startpage/Dockerfile b/startpage/Dockerfile index 6e8acef..26ea6b4 100644 --- a/startpage/Dockerfile +++ b/startpage/Dockerfile @@ -1,2 +1,5 @@ FROM nginx:alpine +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