Commit 7fd351a2 authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Add call to install-services

parent 5825a51c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; \