use this docker project if you want to launch a php or node project with Nginx.
- Nginx
- PHP-FPM
- Node with Gulp/Bower
- Composer
You must have Docker installed and running on your machine before using this project
- Create a src folder on this project root directory
- Pull/Put your code inside it
- Run dockers-compose
docker-compose build --no-cache
docker-compose up -d
docker-compose stop
docker-compose rm -f


