/tasks_compose

Up Project.

Primary LanguageShellApache License 2.0Apache-2.0

Docker compose to tasks

How to install depencies to developers

How to access php container

	docker exec -it <container-name> bash

In docker of PHP exec.

  • composer
	curl -sS https://getcomposer.org/installer | php
	mv composer.phar /usr/local/bin/composer
   chmod +x /usr/local/bin/composer
   composer -V
   curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
   yum -y install nodejs
   yum install gcc-c++ make