Commit b5532802 authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Refactor

parent c392276b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;