mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Ensure bcrypt gets installed
This commit is contained in:
@@ -29,7 +29,9 @@ RUN cd /var/www && npm install
|
||||
RUN cd /var/www/sharelatex; \
|
||||
npm install; \
|
||||
grunt install; \
|
||||
cd web/modules; \
|
||||
cd web; \
|
||||
npm install && npm install bcrypt; \
|
||||
cd modules; \
|
||||
git clone https://bitbucket.org/sharelatex/launchpad-webmodule.git launchpad; \
|
||||
grunt compile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user