pidgin/old.pidgin.im

Added a Dockerfile, mostly for the fun of it, but now anyone can run the site
  • +5 -0
    Dockerfile
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/Dockerfile Thu Dec 17 23:34:49 2015 -0600
    @@ -0,0 +1,5 @@
    +FROM php:5.6-apache
    +
    +COPY . /var/www
    +RUN mv /var/www/html /var/www/html.old; ln -s /var/www/htdocs /var/www/html
    +