mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add call to install-services
This commit is contained in:
parent
ff99e226bc
commit
fd71cd3c0a
1 changed files with 1 additions and 0 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue