mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Add launchpad to docker build
This commit is contained in:
parent
6348815294
commit
ee0c7293e9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue