Add call to install-services

This commit is contained in:
Shane Kilkelly 2017-09-06 11:16:12 +01:00
parent ff99e226bc
commit fd71cd3c0a

View file

@ -29,6 +29,7 @@ RUN cd /var/www && npm install
RUN cd /var/www/sharelatex; \
npm install; \
grunt install; \
bash -c 'source ./bin/install-services'; \
cd web; \
npm install; \
npm install bcrypt; \