diff --git a/startpage/Dockerfile b/startpage/Dockerfile index 84b9ca1..afe0a28 100644 --- a/startpage/Dockerfile +++ b/startpage/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:alpine #RUN apk add --update git && apk add --update openssh #RUN git clone https://github.com/mightypanders/dotfiles.git -WORKDIR /dotfiles/startpage +#WORKDIR /dotfiles/startpage COPY . /usr/share/nginx/html