make it work on podman

This commit is contained in:
Markus Dieckmann 2022-05-16 13:58:32 +02:00
parent 859f1679b2
commit 184735fbea

View File

@ -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
#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