dotfiles/startpage/Dockerfile

6 lines
191 B
Docker
Raw Normal View History

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