Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phpjsnerd/angular5-quickstart

Angular 5 Docker Development Stack for Windows ( With Persisted node_modules)
https://github.com/phpjsnerd/angular5-quickstart

angular-2 angular-2-quickstart angular-5-quickstart angular-cli angular-quickstart angular-tour-of-heroes angular4 angular5 angular5-boilerplate angular5-development-enviornement angular5-docker angular5-example angular5-windows base-project boilerplate-application docker example-app example-code example-project example-repo

Last synced: 3 days ago
JSON representation

Angular 5 Docker Development Stack for Windows ( With Persisted node_modules)

Awesome Lists containing this project

README

        

Creating Node.Js Enviornment:

http://bitjudo.com/blog/2014/03/13/building-efficient-dockerfiles-node-dot-js/

Don't build node_modules every time!

https://gist.github.com/dweinstein/9468644

Keep node_modules in Seperate fs layer:
http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html

Demo Dockerfile:
https://github.com/jdleesmiller/docker-chat-demo/tree/03-dependencies

Another Example Dockerfile:
https://github.com/dockersamples/example-voting-app/blob/7629961971ab5ca9fdfeadff52e7127bd73684a5/result-app/Dockerfile#L8