dotfiles/startpage/Dockerfile
mightypanders de68568bc8 dockerfile
2020-05-14 12:36:18 +02:00

6 lines
189 B
Docker

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