/www/pidgin: 42368e4a36c5: Added a Dockerfile, mostly for the fu...
Gary Kramlich
grim at reaperworld.com
Fri Dec 18 00:35:00 EST 2015
Changeset: 42368e4a36c5ec607fc6540ba3b476cdcc39dfc9
Author: Gary Kramlich <grim at reaperworld.com>
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
+
More information about the Commits
mailing list