Commit 3c4866a7 authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Change launchpad location to github

parent d5338b57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ RUN cd /var/www/sharelatex; \
	npm install; \
	npm install bcrypt; \
	cd modules; \
	git clone https://bitbucket.org/sharelatex/launchpad-webmodule.git launchpad; \
	git clone https://github.com/sharelatex/launchpad-web-module.git launchpad; \
	grunt compile;

RUN cd /var/www && node git-revision > revisions.txt