Commit 6eaef02f authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Add launchpad to docker build

parent df7993e2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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