mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Refactor
This commit is contained in:
parent
d5fa1401a1
commit
4b46a4e655
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ RUN cd /var/www/sharelatex; \
|
|||
npm install; \
|
||||
grunt install; \
|
||||
cd web; \
|
||||
npm install && npm install bcrypt; \
|
||||
npm install; \
|
||||
npm install bcrypt; \
|
||||
cd modules; \
|
||||
git clone https://bitbucket.org/sharelatex/launchpad-webmodule.git launchpad; \
|
||||
grunt compile;
|
||||
|
|
Loading…
Reference in a new issue