This commit is contained in:
Shane Kilkelly 2017-05-19 08:32:34 +01:00
parent c392276b8e
commit b5532802c9

View file

@ -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;