Skip to content

Commit

Permalink
Use correct git clone url; there is a webhook from pschiffe/docker101…
Browse files Browse the repository at this point in the history
… repo
  • Loading branch information
Peter Schiffer committed May 12, 2016
1 parent 7530f63 commit fb60186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ LABEL RUN="docker run -d -p 80:80 --restart always --name NAME IMAGE"

RUN apk add --update git && rm -rf /var/cache/apk/*

RUN rm -rf /usr/share/nginx/html/* && git clone -b gh-pages https://github.com/josefkarasek/docker101.git /usr/share/nginx/html/
RUN rm -rf /usr/share/nginx/html/* && git clone -b gh-pages https://github.com/pschiffe/docker101.git /usr/share/nginx/html/

0 comments on commit fb60186

Please sign in to comment.