mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add launchpad to docker build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user