mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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; \
|
npm install; \
|
||||||
grunt install; \
|
grunt install; \
|
||||||
cd web; \
|
cd web; \
|
||||||
npm install && npm install bcrypt; \
|
npm install; \
|
||||||
|
npm install bcrypt; \
|
||||||
cd modules; \
|
cd modules; \
|
||||||
git clone https://bitbucket.org/sharelatex/launchpad-webmodule.git launchpad; \
|
git clone https://bitbucket.org/sharelatex/launchpad-webmodule.git launchpad; \
|
||||||
grunt compile;
|
grunt compile;
|
||||||
|
|
Loading…
Reference in a new issue