mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Add tool: Node.js Process Manager with a built-in Load Balancer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user