A playground for Docker with Nginx and Express.
- Cloning the repo
$ git clone https://github.com/robertoachar/docker-nginx-express.git
- Installing dependencies
$ npm install
- Building an image
$ docker-compose build
- Running containers
$ docker-compose up
- Stopping containers
$ docker-compose down