mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 16:21:08 +00:00
Change launchpad location to github
This commit is contained in:
parent
d5338b5719
commit
3c4866a710
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN cd /var/www/sharelatex; \
|
||||||
npm install; \
|
npm install; \
|
||||||
npm install bcrypt; \
|
npm install bcrypt; \
|
||||||
cd modules; \
|
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;
|
grunt compile;
|
||||||
|
|
||||||
RUN cd /var/www && node git-revision > revisions.txt
|
RUN cd /var/www && node git-revision > revisions.txt
|
||||||
|
|
Loading…
Reference in a new issue