dockerfile

This commit is contained in:
mightypanders 2020-05-14 12:36:18 +02:00
parent 295d2facd5
commit de68568bc8

View File

@ -1,2 +1,5 @@
FROM nginx:alpine 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 COPY . /usr/share/nginx/html