accidentally forgot to set INSTALL_NODE back to false.

This commit is contained in:
Eric Pfeiffer 2016-07-27 02:56:48 -05:00
parent 17e252a436
commit 20adc9ca13

View File

@ -10,7 +10,7 @@ services:
args:
- INSTALL_MONGO=false
- INSTALL_XDEBUG=false
- INSTALL_NODE=true
- INSTALL_NODE=false
- COMPOSER_GLOBAL_INSTALL=false
- PUID=1000
- PGID=1000