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