From be1b9f2e230b986bdcb6e08a5638091be7551dd2 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 30 Jun 2016 00:31:49 +0100 Subject: [PATCH] update readme --- demo-shell-ng2/README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/demo-shell-ng2/README.md b/demo-shell-ng2/README.md index 55b1053fbd..5d5d268bbc 100644 --- a/demo-shell-ng2/README.md +++ b/demo-shell-ng2/README.md @@ -31,23 +31,6 @@ npm start TypeScript watchers are also configured for `node_modules` folder within demo shell and provide live reload for all the component libraries as well. -#### Docker build - -A Dockerfile is provided as part of the demo-shell. This can be used to build a local image using the current code -that you have in your development environment. The `node_modules` folder will not be copied over, instead `npm install` -is executed during the build to bring in the required dependencies from the registry, which ensures that you start from -a clean base. - -Another advantage is that you do not need to have Node and npm installed locally, since these are already included with the -base image. - - docker build -t demo-shell --rm . - docker run -it --rm --name demo-shell-ng2 -p 3000 demo-shell - -When you are done testing you can remove the image that you created - - docker rmi demo-shell - ###Multi-language To support a new language you need to create your language file (.json) and add it to `i18n/` folder.