Skip to content
Snippets Groups Projects
Commit 7fd351a2 authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Add call to install-services

parent 5825a51c
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment