version 1
This commit is contained in:
parent
66951acea6
commit
23fc1f4c0f
7
Dockerfile
Normal file
7
Dockerfile
Normal 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"]
|
Loading…
x
Reference in New Issue
Block a user