Add tool: Node.js Process Manager with a built-in Load Balancer

This commit is contained in:
cytopia
2018-12-28 17:50:23 +01:00
parent a645486c84
commit 6e0db69047
11 changed files with 25 additions and 0 deletions

View File

@@ -239,6 +239,8 @@ RUN set -x \
&& curl -qL https://phar.phpunit.de/phpunit-4.phar > /usr/local/bin/phpunit 2>/dev/null \
&& chmod +x /usr/local/bin/phpunit \
\
# pm2
&& until npm install pm2 -g; do sleep 1; done \
# sass
&& gem install sass \
# webpack