Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 390 Bytes

MEAN Docker

App to show a Docker Compose set up for a mean application running Angular 2.

Set up

Make sure you have docker and docker-compose installed.

Docker-compose should be version 1.6 or higher.

Clone the repo

$ git clone https://github.com/gangachris/mean-docker

Run docker

$ docker-compose up

App should be running in localhost:4200