/www/pidgin: 42368e4a36c5: Added a Dockerfile, mostly for the fu...
Gary Kramlich <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 42368e4a36c5ec607fc6540ba3b476cdcc39dfc9 Author: Gary Kramlich <[email protected]> Date: 2015-12-17 23:34 -0600 Branch: default URL: https://hg.pidgin.im/www/pidgin/rev/42368e4a36c5 Description: Added a Dockerfile, mostly for the fun of it, but now anyone can run the site diffstat: Dockerfile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diffs (10 lines): diff --git a/Dockerfile b/Dockerfile new file mode 100644 --- /dev/null +++ b/Dockerfile @@ -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 + _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits