Add launchpad to docker build

This commit is contained in:
Shane Kilkelly 2017-02-02 14:09:55 +00:00
parent df7993e2c6
commit 6eaef02fa2

View file

@ -63,7 +63,10 @@ RUN cd /var/www && npm install
RUN cd /var/www/sharelatex; \
npm install; \
grunt install;
grunt install; \
cd web/modules; \
git clone https://bitbucket.org/sharelatex/launchpad-webmodule.git launchpad; \
grunt compile;
RUN cd /var/www && node git-revision > revisions.txt