Change launchpad location to github

This commit is contained in:
Shane Kilkelly 2018-02-06 10:26:29 +00:00
parent ad30a56f0a
commit 56b2f641d2

View file

@ -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