dotfiles/startpage/Dockerfile

6 lines
189 B
Docker
Raw Normal View History

2020-01-08 00:29:55 +01:00
FROM nginx:alpine
2020-05-14 12:36:18 +02:00
RUN apk add --update git && apk add --update openssh
RUN git clone https://github.com/mightypanders/dotfiles.git
WORKDIR /dotfiles/startpage
2020-01-08 00:29:55 +01:00
COPY . /usr/share/nginx/html