From 0b2faca5ad829c48998616f3977ef4680905abed Mon Sep 17 00:00:00 2001 From: anoopmundathan Date: Sat, 10 Jun 2017 11:46:11 +0100 Subject: [PATCH] Add docker running steps --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ef7d2f75..3fe5278b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,22 @@ You can also configure the ports: npm run serve -- --server-port=8000 --config-server-port=8001 ``` +## Fancy running this in a Docker container?. Follow below. + +Dependencies: + +* [Docker](https://www.docker.com/) + +Build docker image +``` +docker-compose build +``` + +Launch docker container +``` +docker-compose up +``` + # Troubleshooting - Errors while executing `npm run serve`