version 1

This commit is contained in:
Leibnitius 2014-06-18 16:18:40 -04:00
parent 66951acea6
commit 23fc1f4c0f

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM tutum/apache-php:latest
RUN rm -fr /app && git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git /app
RUN cd /app && git checkout -b REL1_23 origin/REL1_23
EXPOSE 80
CMD ["/run.sh"]