dotfiles/startpage/Dockerfile

6 lines
192 B
Docker
Raw Normal View History

2020-01-08 00:29:55 +01:00
FROM nginx:alpine
2022-05-16 13:58:32 +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