mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Change launchpad location to github
This commit is contained in:
parent
ad30a56f0a
commit
56b2f641d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue