/mean-stack-docker

Dokerize mean stack application using dockerfile, docker-compose, nginx

Primary LanguageTypeScript

mean-stack-docker

MEAN Docker

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

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/radhouen/mean-stack-docker

Run docker

$ docker-compose up

App should be running in localhost:8181